At a production database after making a Pro C source change we are getting the Orace error

SQL-02115 "Code interpretation problem -- check COMMON_NAME usage"

 

The same executable works fine on another Dummy machine with a test database 

 

Oracle 8.1.7 on Compaq Tru64 Unix 5.1

Production Machine model - GS Class

 

$ oerr sql 2115

 

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. 

 

Thanks

 

Reply via email to