How do I relink the Oracle executable files?
Purpose
Perform this procedure to relink the Oracle executable files on a main database station after you apply an OS patch, or after an OS upgrade.
CAUTION Service Disruption |
This procedure requires a restart of the main database, which is service-affecting.
You must perform the procedure only during a scheduled maintenance period.
Note: You require root user privileges on the main database station.
Steps
1 |
Log in as the root user on the main database station. |
2 |
Open a console window. |
3 |
Enter the following: # chmod 755 /usr/bin/make ↵ |
4 |
Enter the following: # /opt/nsp/nfmp/db/install/config/samdb/relinkOracle.sh ↵ The script relinks the Oracle executable files. |
5 |
When the script execution is complete, enter the following to reboot the database station: # systemctl reboot ↵ The station reboots, and the main database initializes. |
6 |
After the reboot, enter the following: # chmod 750 /usr/bin/make ↵ |
7 |
Close the console window. End of steps |