SQL-02127: Precompiler/SQLLIB version mismatch
Date: 17 Aug 1999 16:09:14 GMT
Message-ID: <7pc1fa$rl4$3_at_nuscc.nus.edu.sg>
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)
Oracle Procedure Builder V1.5.7.0.0 - Production Oracle Virtual Graphics System Version 2.1.11.1.0 (Production) Oracle Tools GUI Utilities Version 1.2.4.0.0 (Production) Oracle Multimedia Version 2.0.8.0.0 (Production) Oracle Tools Integration Version 1.2.0.6.0 (Production) Oracle Tools Common Area Version 2.0.4.0.1 Oracle CORE Version 4.0.3.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 guess 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 - 18:09:14 CEST