Oracle Software relink command
Our Oracle Database Server which has several databases running is scheduled for OS upgrade (AIX) one of the required steps is to relink Oracle libraries after. Based on documentation it just command: relink all under $ORACLE_HOME/bin directory. However I found some instructions from Metalink Support to use following command: $ $ORACLE_HOME/bin/relink all 2>&1 | tee $ORACLE_HOME/install/make.log
I am new to UNIX could you please explain what other section after relink all does? And if this safe to use it?
Thanks.