Oracle 9i library references
Date: 28 May 2002 03:23:32 -0700
Message-ID: <372c908a.0205280223.59a954a1_at_posting.google.com>
Using our application w/Oracle 8.1.7, the following was used to resolve all the appropriate Oracle library references.
DEF_ON= $(ORACLE_HOME)/rdbms/lib/ssdbaed.o \ $(ORACLE_HOME)/rdbms/lib/kpudfo.o \ $(ORA_LIB_DIR)/nautab.o \ $(ORA_LIB_DIR)/naeet.o \ $(ORA_LIB_DIR)/naect.o \ $(ORA_LIB_DIR)/naedhs.o \ $(ORA_LIB_DIR)/sltsstub.o \ $(ORACLE_HOME)/rdbms/lib/kpuadef.o
OCISTATICLIBS= -lnzjs8 -lnbeq8 -lnhost8 -lnus8 -lnldap8 -lldapclnt8
-lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -lntcp8 -lntcps8
-lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8
-lnbeq8 -lnhost8 -lnus8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8
-ln8 -lncrypt8 -lnoname8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8
-lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8
-lgeneric8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lclient8 -lvsn8
-lwtc8 -lcommon8 -lgeneric8 -lnbeq8 -lnhost8 -lnus8 -lnldap8
-lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -lntcp8
-lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8
-lnro8 -lnbeq8 -lnhost8 -lnus8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8
-lncrypt8 -ln8 -lncrypt8 -lnoname8 -lntcp8 -lntcps8 -lnsslb8 -lnent8
-lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnbeq8 -lnhost8 -lnus8
-lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8
-lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8
-lnl8 -lnro8 -lnbeq8 -lnhost8 -lnus8 -lnldap8 -lldapclnt8 -lnsslb8
-ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -lntcp8 -lntcps8 -lnsslb8
-lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lmm -ltrace8
-lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lclient8 -lvsn8 -lwtc8 -lcommon8
-lgeneric8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lexc -lmld -lrt
-laio_raw -lm -lm
DBLIBS = $(DEF_ON) -L$(ORACLE_HOME)/lib $(OCISTATICLIBS)
Is was the expectation that Oracle 9i migratation would be straight-forward, although I have already found that several of the object files and libraries no longer exist (in general, I have changed all the x8 reference to the appropriate x9 library and removed references that I could not reconcile). How would I best go about evaluating what needs to be changed so that I can compile using the 9i libraries? Would seem that 9i is very poorly documented as compared w/Oracle 8. Received on Tue May 28 2002 - 12:23:32 CEST