Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQL-02127: Precompiler/SQLLIB version mismatch
I am trying to call a Pro*C function from my Form45 application. The call
is corrupt when the Pro*C function trys to establish the database
connection. As the version of my Oracle server is v8.0.3 (my Pro*C
compilier is under its direction), but my Form45 is under the directory of
v7.3.2, whose version is copied as follows.
Forms 4.5 (Designer) Version 4.5.8.2.0 (Production) Oracle8 Enterprise Edition Release 8.0.3.0.0 - Production
With the Partitioning and Objects options PL/SQL Release 8.0.3.0.0 - ProductionOracle Toolkit Version 2.3.7.0.0 (Production) PL/SQL Version 1.2.4.0.0 (Production)
I got a kind reminder from a reader of my previous message, he told me the two version of my FORM and Pro*C cannot be used together. I tried once again the call, got a core file, in which I also found a sentence "SQL-02127: Precompiler/SQLLIB version mismatch", I think his judgement is right. But can I solve the problem without upgrating my D2K?
Your suggestions will be very much appreciated.
Zhao Fu
P.S.
SQL-02127: Precompiler/SQLLIB version mismatch
Cause: The program was linked to an older version of SQLLIB, which is incompatible with this release of the Oracle Precompilers.
Action: Relink the program with the appropriate version of SQLLIB. Received on Tue Aug 17 1999 - 11:07:16 CDT
![]() |
![]() |