Hi Neil:

I deeply appreciated your advice.
I could not find $ORACLE_HOME/lib64/  in my system.
I found the libobk.sl in the $ORACLE_HOME/lib/ and I remove it.

I use ln command to link libobk.sl :
  ln -s /usr/libobk.sl/pa20_64/libobk.sl libobk.sl
It doese't work.
so I use the make command :
  make -f ins_rdbms.mk LLIBMM=/usr/lib/pa20_64/libobk.sl ioracle
It failed again.

Is it necessary that I must have $ORACLE_HOME/lib64/ directory in my system
?

Can I make a soft link : $ORACLE_HOME/lib/libobk.sl  ----->
/usr/lib/pa20_64/libobk.sl
to substitute  $ORACLE_HOME/lib64/libobk.sl  ----->
/usr/lib/pa20_64/libobk.sl ?

Thanks

Michael Hsu


-----Original Message-----
From: Neil Rasmussen [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 5:12 AM
To: [EMAIL PROTECTED]
Subject: Re: Question about TDP for Oracle 2.2.0


Michael,

Please Note - the installation guide (on Pg. 7) of the TDP for Oracle
manual for Unix mentions that you should refer to Oracle documentation when
linking files. The make command that you ran is used only when Oracle's
documented method fails (We should have been more clear). This is what
needs to be done:

1. Make sure you database's and listener's are shutdown.
2. make sure $ORACLE_HOME/lib64/libobk.sl -> /usr/lib/pa20_64/libobk.sl
(soft link)
3. make sure /usr/lib/pa20_64/libobk.sl ->
/opt/tivoli/tsm/client/oracle/bin64/libobk.sl (again, soft link)
4. when you ran the make command you probably corrupted the
ORACLE_HOME/bin/oracle file.
     cp $ORACLE_HOME/bin/oracle64  $ORACLE_HOME/bin/oracle

The previous should be enough to get you going.


Regards,


Neil G. Rasmussen
TDP for Oracle
E-mail:  [EMAIL PROTECTED]

Reply via email to