Manually linking Solaris SPARC (64-bit)
To manually link Solaris (64-bit)
- Type the following cd command to change directories:
cd $ORACLE_HOME/lib
- Type the following ls command to determine whether the Oracle library exists:
ls -l libobk.so
- (Conditional) Use the mv command to move the Oracle library to an alternate location.
Perform this step if the output from step 2 shows that libobk.so is present.
For example:
mv libobk.so libobk.so.orig
- Type the following ln command to create a new link:
ln -s /usr/openv/netbackup/bin/libobk.so64.1 libobk.so
- If you run into problems and cannot re-link Oracle with the NetBackup API library, you can rollback what you have done. Enter the following:
cd $ORACLE_HOME/lib64 mv libobk.so.orig libobk.so