Relink Error [message #605399] |
Thu, 09 January 2014 02:42 |
reym21
Messages: 241 Registered: February 2010 Location: Philippines
|
Senior Member |
|
|
Hi Gurus,
What happened here? We have successfully migrated the "Oracle 9.0.4 Home" from Red Hat Linux 7.1(32-bit) to our test server (Red Hat Enterprise Linux Server release 5.8, Linux orclvm58 2.6.18-308.el5xen #1 SMP Sat Feb 25 12:50:01 EST 2012 x86_64 x86_64 x86_64 GNU/Linux), however when we try to do it in our production (Red Hat Enterprise Linux Server release 5.8, Linux orclvm58 2.6.18-308.el5xen #1 SMP Sat Feb 25 12:50:01 EST 2012 x86_64 x86_64 x86_64 GNU/Linux) there was an error, please see attached error log file.
Below are the steps we follow in migrating the Oracle Home, please advise if this enough achieved our task.
Step 1 - Log into the UNIX system as the Oracle software owner
Typically this is the user 'oracle'.
STEP 2 - Verify that your $ORACLE_HOME is set correctly:
echo $ORACLE_HOME
Step 3 - Verify and/or Configure the UNIX Environment for Proper Relinking
Set LD_LIBRARY_PATH to include $ORACLE_HOME/lib
Step 4 - For all Oracle Versions and UNIX Platforms:
Verify that you performed Step 2 correctly:
$ORACLE_HOME in the variable definitions.
Step 5 - For all Oracle Versions and UNIX Platforms:
Verify umask is set correctly:
umask
This must return 022. If it does not, set umask to 022.
umask 022
umask
Step 6 - Run the OS Commands to Relink Oracle:
cd $ORACLE_HOME/bin/
relink all
Thanks in advance!
|
|
|
|
|
|