Disk Enclosures
1752806 Members
5827 Online
108789 Solutions
New Discussion юеВ

Oracle 8.1.6 libsqlnet

 
joaoccs
Occasional Contributor

Oracle 8.1.6 libsqlnet

Hello everyone!
I am pretty new in dealing with Oracle.
I am working on a HPUX machine and i am having some problems:

- i built an application in Oracle 7.3.4. and know i am must make it work on a 8.16 DB.
The problem is that some of the libraries i used (like libsql or libsqlnet) dont exist (at least i can't find them on the 8.1.6 file system.

How can i replace these libraries in the new system and why don't they exist??

I apreciatte any kind of help.....

thanks

3 REPLIES 3
James A. Donovan
Honored Contributor

Re: Oracle 8.1.6 libsqlnet

Many, many things changed between Oracle 7.3.4 and 8.1.6. Among them being a new version of SQLNet; now called Net8.

I believe one of the new libraries your looking for is libsql8.a.

Check under $ORACLE_HOME/lib for a listing of the libraries available to you.
Remember, wherever you go, there you are...
Alexander M. Ermes
Honored Contributor

Re: Oracle 8.1.6 libsqlnet

Hi there.
You should check your Oracle environment.

LD_LIBRARY_PATH=LD_LIBRARY_PATH}:/usr/openwin/lib:${ORACLE_HOME}/lib
export LD_LIBRARY_PATH

SHLIB_PATH=ORACLE_HOME/lib:ORACLE_HOME/network/lib:/usr/lib:/usr/lib/Motif1.2
export SHLIB_PATH

rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Raul Silva F
New Member

Re: Oracle 8.1.6 libsqlnet

Hellou,

You test configuration "Server Partition"??...

Bye,
good lock.