3 Upgrading the SRT
To upgrade an existing SRT installation with a newer version, do the following:
-
Go to the Oracle software delivery website:
https://edelivery.oracle.com
-
Download the patch ASAP.R7_n_n.Bn.srt.tar (ASAP.R7_4_1.B280.srt.tar) represents the ASAP release and bn represents the build number).
-
Put the ASAP.R7_n_n.Bn.srt.tar (ASAP.R7_4_1.B280.srt.tar) file in ASAP_Home directory, where ASAP_Home is the directory in which ASAP is installed.
-
Source the ASAP_Home/Environment_Profile.
-
Un-tar the patch:
tar xvf patch
This creates two tar files srt.tar and srt_docs.tar.
-
Un-tar the srt.tar file.
tar xvf srt.tar
This creates the SRT directory.
-
Change the directory to the SRT directory:
cd ASAP_Home/SRT
-
Run the following command:
ant -buildfile install.xml undeploy
-
Run the following command:
ant -buildfile install.xml customize deploy clean