Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Goodz13
  • Content: Threads
  • Order by date
  1. Goodz13

    Root Capability Required error

    Hello, I'm getting a strange error when trying to connect to db2 v9.5 express c on Linux. The error I'm getting is: DB2 SQL Error: SQLCODE=-30082, SQLSTATE=08001, SQLERRMC=42;ROOT CAPABILITY REQUIRED;, DRIVER=3.50.109DSRA0010E: SQL State = 08001, Error Code = -30,082. I did a search and all...
  2. Goodz13

    Calling Stored Procedures within Stored Procedures

    Hello, I am trying to call a stored procedure from another stored procedure. How can this be done? example: CREATE PROCEDURE MYDATABASE.PROC1 () LANGUAGE SQL BEGIN ATOMIC DECLARE MYVAR VARCHAR(10); SET MYVAR = CALL MYDATABASE.PROC2(); END @ CREATE...
  3. Goodz13

    Sharing a mounted partition

    A mounted partition is owned by the user who mounted it right? How can I mount it for the owner "nobody"? Is that possible? Here's the situation. I have a partition mounted with fstab at boot time, and I want to share that through SAMBA. The problem is that only the user looged in...

Part and Inventory Search

Back
Top