Pro*C connection problem [message #280000] |
Mon, 12 November 2007 04:39 |
abc123
Messages: 24 Registered: March 2005 Location: sa
|
Junior Member |
|
|
We are using a Proc*C program to connect to two oracle schemas in a single database .
The executable program takes connections with the two schemas intially and does some DB processing and then
uses one of the connections to call a stored procedure from Proc*C program.
The stored procedure returns error as follows:
ORA-01012: Unable to open message file (SQL-02113)
The description for the error is as follows:
SQL-02113: Unable to open message file
Cause: SQLLIB was unable to find or open the sqllib message file sql*.msb
Action: Check that the file exists in the mesg directory and that it is readable
But i think this is not the problem also oracle trace also shows no errors.
Please suggest.
|
|
|
|