![]() |
![]() |
|
Oracle Scripts are using different pathe for several commands. This has toi be corrected. The folowing links are doing the trick:
ln -s /usr/bin/awk /bin/awk
ln -s /usr/bin/touch /bin/touch
ln -s /usr/bin/basename /bin/basename
256 MB is the practical minimum.
The user "oracle" shall belong to the groups "dba" and "oinstall".
Installationuser
In order to install Oracle connect as os user "oracle".
You can optionally set the path /u01/app/oracle/product/instance/lib
in /etc/ld.so.conf
, if
ORACLE_HOME=/u01/app/oracle/product/instanz
.
Refresh the ld cache with ldconfig
.
We recommend a complete relink after installation. The post installaion relink uncovers all hidden or
unnoticed problems which might have occured during installation.
The directory $ORACLE_HOME/bin
cotains a script
relink
. You recreate all executables with relink all
.
relink all > relink.log 2>&1
logs everything in file relink.log