Relink Oracle on AIX Platforms
You can relink Oracle running on AIX platforms using the following steps.
To relink Oracle running on AIX platforms
make -f ins_rdbms.mk ioracle LLIBOBK=libobk library LIBMM= LLIBMM=
ln -s libobk library $ORACLE_HOME/lib64/libobk.a
After creating the softlink, enter the following command:
Make -f ins_rdbms.mk ioracle
Note: In the previous actions, libobk library is the fully qualified path in which libobk.a.32 or libobk.a.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.64’;
…
…}
run {allocate channel dev1 type 'sbt_tape'
parms='SBT_LIBRARY=<agent home directory>
/libobk.so.1.64_5';
...
...
}
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |