3 Upgrading the SRT

To upgrade an existing SRT installation with a newer version, do the following:

  1. Go to the Oracle software delivery website:

    https://edelivery.oracle.com
    
  2. 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).

  3. 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.

  4. Source the ASAP_Home/Environment_Profile.

  5. Un-tar the patch:

    tar xvf patch 
    

    This creates two tar files srt.tar and srt_docs.tar.

  6. Un-tar the srt.tar file.

    tar xvf srt.tar 
    

    This creates the SRT directory.

  7. Change the directory to the SRT directory:

    cd ASAP_Home/SRT
    
  8. Run the following command:

    ant -buildfile install.xml undeploy
    
  9. Run the following command:

    ant -buildfile install.xml customize deploy clean