Home / APPS DBA / Creating Stage Area for Oracle Apps R12.2
OracleEBSConfig

Creating Stage Area for Oracle Apps R12.2

Creating Stage Area for Oracle Apps R12.2

In this post, our focus will be on the following:

  1. Verifying the version of the stage area and ensuring that all necessary zip files are downloaded and valid.
  2. If you haven’t downloaded the media yet, you can refer to the link below for instructions on How to download from Oracle E-Delivery

To begin, it is essential to confirm that all the required zip files have been successfully downloaded and stored in the designated location.  I have downloaded all the files to the “/home/apps/stage” directory. This verification process guarantees that the requisite files are readily available for the stage area build process.

Initially, We will unzip the Following files first:

[oracle@test1 stage]$ ls -ltrh V100052-01_*

-rwxr-xr-x. 1 oracle oinstall  98M Jan 12  2016 V100052-01_3of3.zip

-rwxr-xr-x. 1 oracle oinstall  82M Jan 12  2016 V100052-01_2of3.zip

-rwxr-xr-x. 1 oracle oinstall 726M Jan 20  2016 V100052-01_1of3.zip

Now Unzip the Files

[oracle@test1 stage]$ unzip V100052-01_1of3.zip

[oracle@test1 stage]$ unzip V100052-01_2of3.zip

[oracle@test1 stage]$ unzip V100052-01_3of3.zip

 

Now we will Check The StartCD Version provided with the Media from Oracle and Above Extracted Zip Files

[oracle@test1 stage]$ cd startCD/

[oracle@test1 startCD]$ cat README.txt | grep -i Version

Disk1/doc      : Contains Adobe Acrobat versions of E-Business Suite

Version       : 12.2.0.51

Now go to the Following Directory to build Stage

[oracle@test1 bin]$ cd /home/apps/stage/startCD/Disk1/rapidwiz/bin

[oracle@test1 bin]$ ls -ltr buildStage.sh

-rwxr-xr-x. 1 oracle oinstall 17325 Jan 20  2016 buildStage.sh

 

Run Buildstage Script

[oracle@test1 bin]$ ./buildStage.sh

Press Enter to continue

Enter 1 and Press Enter to Continue

Enter 2 and Press Enter To Continue

Enter the Location of the downloaded Zip Files and press enter

Note: As I missed 12c Media to download along with E-Business Suite Media, this is why it is giving a warning, we will download the Media and add it again in the stage. This issue will not occur with you.

This will start unzipping all the other files

Press Enter to Continue

Press Enter to Continue…

Press Enter to Continue…

Press Enter to Continue…

Press Enter to Continue…

Enter 2 and Press Enter To Continue
Press Enter to Continue…
Enter 4 and Press Enter To Exit the Build Stage

Stage File are now created and Media ready to Install Oracle E-Business Suite 12.2.0

Click the Below Link to go 

 

 

 

  • 5

About Syed Saad Ali

With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

Check Also

OracleEBSConfig

Changing IP Address in an Oracle EBS R12 Environment

Changing IP Address in an Oracle EBS R12 Environment 1. First, Change the IP Address …