SQL-02115: From Pro*C [message #179472] |
Tue, 27 June 2006 10:01 |
ravi.gupta
Messages: 1 Registered: June 2006
|
Junior Member |
|
|
Hi
I am getting error "SQL -02115 Code interpretation problem -- check COMMON_NAME usage".
As per oracle documentation this error is meant only for application using Pro*FORTRAN.
Please help.
Ravi
|
|
|
Re: SQL-02115: From Pro*C [message #180115 is a reply to message #179472] |
Fri, 30 June 2006 03:29 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
$ oerr sql 02115
02115, 00000, "Code interpretation problem -- check COMMON_NAME usage"
// *Cause: With PRO*FORTRAN, this error occurs if the precompiler option
// COMMON_NAME is specified incorrectly. With other Oracle
// Precompilers, this error occurs when the precompiler cannot
// generate a section of code.
// *Action: With Pro*FORTRAN, when using COMMON_NAME to precompile two or
// more source modules, make sure to specify a different common name
// for each module. With other Oracle Precompilers, if the error
// persists, call customer support for assistance.
|
|
|
|