Monday, November 23, 2015

AD Relink Utility

AD Relink Utility

AD Relink is used to relink AD executables with the Oracle server product libraries for ensuring that they will keep functionality properly with the Oracle Database.This adrelink.sh located in $AD_TOP/bin in Applications File System.
You can relink multiple  AD executable simultaneously. But these AD executables cannot be relinked using the Relink Applications Executables task on the AD Administration Maintain Applications Files submenu
When you use AD Relink, it creates a adrelink log file and which is locates in $APPL_TOP/admin/log

How do you run the run AD Relink?

Step1: Login to Application User
Step2: Set the  appropriateenviorment
Step3: Relink files:

Run AD Relink with the appropriate command for your operating system.

adrelink.sh force=n "ad <executable name>"

adrelink.sh force= y “ad adadmin”

Here the values are

adrelink.sh :It is as adrelink script name
force=y: Relink regardless of the status of the libraries or object files
ad <executable name>:Short name of the product and their executable programs to relink

No comments:

Post a Comment