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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.