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 

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
 

Log in as the root user on the main database station.


Open a console window.


Enter the following:

chmod 755 /usr/bin/make ↵


Enter the following:

/opt/nsp/nfmp/db/install/config/samdb/relinkOracle.sh ↵

The script relinks the Oracle executable files.


When the script execution is complete, enter the following to reboot the database station:

systemctl reboot ↵

The station reboots, and the main database initializes.


After the reboot, enter the following:

chmod 750 /usr/bin/make ↵


Close the console window.

End of steps