OCI & result sets [message #370517] |
Tue, 14 December 1999 05:23 |
Alle Delfsma
Messages: 1 Registered: December 1999
|
Junior Member |
|
|
I've got a problem with calling stored procedures (and functions) from c (oracle 8.1.3.0.0 on Sun Solaris 5.6):
calling a proc like this works:
proc1( para1 IN number, para2 OUT ref cursor, .. )
proc1( para1 IN number, para2 IN OUT number, .. )
but any proc with a ref cursor and a simple OUT parameter results in a ORA-3106 error:
eg. proc1( para1 IN OUT number, para2 OUT ref cursor, .. )
Also calling any function with a ref cursor parameter results in the same error.
Does anybody have a clue what is going one here?
|
|
|