Relink Oracle on Tru64 Platforms
You can relink Oracle running on Tru64 platforms using the following steps.
To relink Oracle running on Tru64 platforms
make -f ins_rdbms.mk ioracle LLIBOBK=libobk library LIBMM= LLIBMM=
where libobk library is the fully qualified path in which libobk.a.64 is located. The default location is the agent home directory.
make -f ins_rdbms.mk ioracle LLIBOBK=libobk library
where libobk library is the fully qualified path in which libobk.a.64 is located. The default location is the agent home directory.
ln -s libobk library $ORACLE_HOME/lib/libobk.so
where libobk library is the fully qualified path in which libobk.so.64 is located. The default location is the agent home directory.
run {allocate channel dev1 type 'sbt_tape'
parms= 'SBT_LIBRARY=<agent home directory>/libobk.so.2.64';
...
...
}
Note: If you must uninstall the Agent for Oracle, you may need to stop Oracle Server first. Oracle Server is relinked with a shared library included in the CA ARCserve Backup agent directory. The removal of the agent may not delete the shared library if it is used by Oracle. To avoid this circumstance, we recommend that you copy the shared library to a different location (for example, /usr/lib) and relink Oracle with this copy of the library.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |