Sunday, January 2, 2011

Using EDelivery With Rapid Install (R12 12.1.1)

The Rapid Install Software for Release 12 is available in electronic file format. The individual files can be downloaded in zip format from the Oracle Electronic Delivery System. You unzip the files in a directory created prior to the download, then run Rapid Install from that directory.

Download the Files

Download the Release 12 Rapid Install zip files from the Oracle Electronic Delivery system as follows. 

Go to http://edelivery.oracle.com and follow the instructions to download the Oracle E-Business Suite Applications Release 12 Media Pack for your platform. Save the zip files in a temporary location. For Rapid Install, you need to download all the zip files belonging to the following parts:
  • Rapid Install Start Here
  • Rapid Install RDBMS
  • Rapid Install Databases
  • Rapid Install Tools
  • Rapid Install APPL_TOP 
 Following screen shots will help you to perform this activity.



Temporary location where zip have been stored from edelivery

 Set Up Stage Area Directory
The installation file system must contain a directory, StageR12, into which the downloaded files will be unzipped. The file structure under that top-level directory will be automatically created when the files are unzipped. 

Creating the directory for Stage

Unzip all the files on the temp location to stage location

You will unzip all the files as you are seeing in this example one by one. You create a batch script for it also if you want to unzip all the files automatically like below.

File Name: CreateStage.bat
unzip -d D:\StagingArea\StageR12 V15668-01_2of3.zip
unzip -d D:\StagingArea\StageR12 V15668-01_3of3.zip
unzip -d D:\StagingArea\StageR12 V15669-01_1of3.zip
unzip -d D:\StagingArea\StageR12 V15669-01_2of3.zip
unzip -d D:\StagingArea\StageR12 V15669-01_3of3.zip
unzip -d D:\StagingArea\StageR12 V15670-01_1of3.zip
unzip -d D:\StagingArea\StageR12 V15670-01_2of3.zip
unzip -d D:\StagingArea\StageR12 V15670-01_3of3.zip
unzip -d D:\StagingArea\StageR12 V15671-01_1of3.zip
unzip -d D:\StagingArea\StageR12 V15671-01_2of3.zip
unzip -d D:\StagingArea\StageR12 V15671-01_3of3.zip
unzip -d D:\StagingArea\StageR12 V15672-01_1of3.zip
unzip -d D:\StagingArea\StageR12 V15672-01_2of3.zip
unzip -d D:\StagingArea\StageR12 V15672-01_3of3.zip
unzip -d D:\StagingArea\StageR12 V15673-01_1of3.zip
unzip -d D:\StagingArea\StageR12 V15673-01_2of3.zip
unzip -d D:\StagingArea\StageR12 V15673-01_3of3.zip
unzip -d D:\StagingArea\StageR12 V15674-01_1of2.zip
unzip -d D:\StagingArea\StageR12 V15674-01_2of2.zip
unzip -d D:\StagingArea\StageR12 V15675-01.zip
unzip -d D:\StagingArea\StageR12 V15676-01_1of4.zip
unzip -d D:\StagingArea\StageR12 V15676-01_2of4.zip
unzip -d D:\StagingArea\StageR12 V15676-01_3of4.zip
unzip -d D:\StagingArea\StageR12 V15676-01_4of4.zip
unzip -d D:\StagingArea\StageR12 V15677-01_1of2.zip
unzip -d D:\StagingArea\StageR12 V15677-01_2of2.zip

Just run the file and the stage will be created on your designated location.

Ref: 406138.1798258.1

No comments:

Post a Comment