Installation Guide
Installation Guide
Installation Guide
Well, Oracle has a solution to this. Using Oracle’s VirtualBox and Oracle
VM Server, you can now configure a test on-premises EBS R12 environment
within a few hours. Oracle has released a number of EBS R12 virtual
appliances over the years. These appliances are available for download from
the Oracle Software Delivery Cloud. You can use these appliances to create
Oracle E-Business Suite Vision demo instances on single, unified virtual
machines containing both the database tier and the application tier. Some of
the available versions of the Oracle E-Business Suite Release 12.2.X is
shown in the table below, along with their announcement dates. There is also
a Release 12.1.3 VM Virtual Appliance available for download.
Note: This virtual appliance is for on-premises use only. If you’re interested
in running Oracle E-Business Suite on Oracle Cloud, see Getting Started with
Oracle E-Business Suite on Oracle Cloud (MOS Note 2066260.1) and Oracle
E-Business Suite and Oracle Cloud for more information.
Technology
Version (and associated MOS Doc ID if applicable)
Component
Oracle E-Business Suite 12.2.9 Release Update Pack (MOS Note 2495027.1)
R12.AD.C.Delta.11 and R12.TXK.C.Delta.11 (MOS Note 1617461.1)
Application Code
Consolidated technology patches for database and application tier technology stac
Level
components (MOS Note 1594274.1)
Oracle E-Business Suite Data Removal Tool (DRT) patches (MOS Note 2388237.
So, let’s take a deep dive and see how you can setup your own EBS R12.2.9
environment.
Steps
The file download window opens. Oracle VM Virtual Appliance for Oracle
E-Business Suite 12.2.9 is shipped through 18 different zipped files ( 63.0
GB ). Click on Download. This process may take a while, depending on your
internet speed.
2. Unzip and Merge the Unzipped files.
2.1. Unzip the files: Once all the files are downloaded, the next step is to
Unzip all these files in a single folder. This would require an additional
storage space of around 70 GB. It is recommended that you use 7-zip to
unzip the files. This is because using Winzip sometimes causes the files to
get corrupted, because of the file size. Once unzipped, these are the list of
OVA part files that you will see in the folder.
2.2. Merge or Concatenate the Unzipped files: The next step is to
merge the OVA part files into a single .OVA file. In order to do that, open up
a command prompt, navigate to folder containing the OVA part files, and
copy and paste the following command.
Once you type this command and hit enter, the merge process is kicked off.
The process takes around 45-60 mins or more, based on your CPU speed and
RAM.
When the merge process is complete, a single .OVA file will be generated. At
this point, the OVA part files can be deleted to free up hard drive space.
Locate and select the source file system ( the .ova file which was created
after the merge ).
Click on Import.
This kicks off the process to import the virtual disk.
When the import process completes, the virtual machine will be listed in
the Virtual Box Manager.
The settings window pops up. Click on System. For Boot Order settings in
the Motherboard tab, move Hard Disk to the top and un-
check Floppy and Optical.
Adjust Base Memory.
Navigate to the Processor tab.
Navigate to the Display settings and go to the Remote Display tab, un-
check the Enable Server checkbox.
Navigate to the Recording tab and un-check the Enable
Recording checkbox.
Navigate to the Network settings and select Host-Only Adapter. This will
enable SSH client and the browser to access the Appliance.
Note: This post assumes that you are configuring an on-premises EBS R12
environment. If you want to integrate your EBS Server to applications hosted
on different servers, you have to chose a different Network Adapter. More on
different Network Adapters for VirtualBox can be found here.
Click on Start.
A red progress bar is displayed at the bottom of the page. At the end of the
boot process, the login prompt is displayed.
At the end of the post-installation process, the system prompts whether you
want the VISION Demo instance to be configured. Enter VISION and hit
Enter.
Once the VISION Demo Instance is configured, issue the ifconfig command.
Note down the host.
Also issue the hostname command and note down the hostname.
With both the DB tier and APPS tier up and running, the environment is ready
to be accessed. You just need to amend the hosts file in your computer, so
that you can access the environment through the browser. Hence, in your
laptop/computer, locate the hosts file and add the IP address of your newly
configured environment and hostname. On Windows machines, this file is
present in C:\Windows\System32\drivers\etc directory.
Congratulations!!! You are now all set to login to your newly
configured Oracle E-Business Suite R12.2.9 environment. Open any
browser ( preferably Internet Explorer ) and type in
http://apps.example.com:8000/OA_HTML/AppsLogin
The first login should be done through SYSADMIN user. If you need to
change the SYSADMIN user password, you can change it through
the enableSYSADMIN.sh script. And if you need to change any of
the DEMO users, then use the enableDEMOusers.sh script.
Once you login, try to open a form. Voila!!!
I hope you find this post helpful. If you do like this post, please let me know
in the comments section below. In case you get stuck or have any queries
with the steps, please feel free to reach out and I’ll try my best to get back to
you as soon as possible.
References
Related Articles
Share
Loading...
Related
Intro: Extending Oracle E-Business Suite R12 using Oracle APEX #JoelKallmanDay
Oct 11, 2022
In "APEX"
Change Corporate Branding in Oracle EBS R12.2
Sep 13, 2021
In "EBS"
EBS
21 COMMENTS
Srihari Vedante
Like
Reply
RishOraDev
Thanks Srihari…
Like
Reply
abder2015oracle
Hi,
Thank you for your guide installation EBS with VirtualBox. But I have 2
questions:
– How to acces and explore files EBS VM with Putty ?
– How to access Database EBS with SQL Developer on windows.
Thanks.
Abder
Like
Reply
RishOraDev
Hi Adber,
I have amended the details at the end of the post. Hope you
find it useful.
Regards,
Rishin
Like
Reply
abder2015oracle
Hi Rishin,
Problem is solved with SQL Developer. Thanks.
Like
Reply
vasantha vedantham
Like
Reply
Anirudh
Like
Reply
RishOraDev
Like
Reply
Anirudh
Like
Reply
Anirudh
Like
Reply
RishOraDev
Hi Anirudh,
Glad that it helped and you were able to
resolve the issue.
Regards,
Rishin
Like
Reply
dahmane2017
Like
Reply
Anirudh
Like
Reply
Sri P
Thanks Rishin for your efforts in outlining detailed steps to get EBS up
and running on a laptop. This is was extremely helpful. I would like to
know if you know of a similar setup to integrate Jdeveloper/OA
Framework with EBS R12.
Like
Reply
Vic
Apr 11, 2022 9:13 AM
Like
Reply
Dito Mathews
Can you also give details regarding the shutting down of the VM
properly? I did that by doing stopapps.sh and then stopdb.sh and then
finally shutdown the machine in VM. Now when I am starting again
from VM I am getting the error while giving ./startdb.sh
please assist.
Like
Reply
Abbas
Below is an update:
To connect to the DB using SQL Developer, below is the command
Like
Reply
Anup
Hi Rishin,
How to connect to the DB on a Mac machine? Could you let me know
please? and would we still need to setup a putty equivalent session on
a Mac to connect to the DB as from what I understand the putty
session is for connecting to the app tier.
Thanks
Like
Reply
Akshat Bansal
Hi Rishin
Thank you very much for detail drilling down. It is helping and keep
helping a lot of people who are struggling to get your hands running on
Oracle Apps.
Like
Reply
Rajesh
One of the best articles you can find online for setting up your own
Oracle EBS R12 12.2.x Virtual Appliance. Enjoy
Like
Reply
LEAVE A REPLY
ARCHIVES
o Oct 2022 (1)
o Mar 2022 (1)
o Feb 2022 (1)
o Jan 2022 (1)
o Sep 2021 (4)
o Aug 2021 (1)
o Jul 2021 (2)
o Apr 2021 (1)
TAGS
19c 19c Installation 21c Installation 21c XE adsplice AD Splice APEX APEX EBS background BI
Reports Branding change Corporate Branding custom-login.css custom-login.js Custom
Items Login login.css login.js Login Page Logo OL8 Oracle Oracle Anaytics
Oracle 21c XE
SQL Oracle APEX Oracle Cloud Oracle Database Oracle Database 19c Oracle Database 21c Oracle
Database Express Edition Oracle DB 19c Oracle DB 21c Oracle ERP Cloud Oracle SQL Oracle
Virtual Box Oracle VM PAAS Pivot Pivoting Operations Pivoting Rows to
Columns Pivots prompt R12 R12.2 R12.2.X R12.2X SAAS SQL for Analysis and
Reporting text VirtualBox Virtual Box
POPULAR POSTS
Enter your email address to subscribe to this blog and receive notifications of
new posts by email.
Email Address:
Subscribe
RECENT POSTS
TABBED WIDGET
Recent
Popular
Comments
RECENT COMMENTS
Rajesh on Get your own Oracle
EBS R12.2…
o Home (12)
o APEX (1)
o EBS (5)
o ERP Cloud (2)
o SQL/PLSQL (5)
FOLLOW ME ON TWITTER
DISCLAIMER
This blog reflect my own views and do not necessarily represent the views of
my current or previous employers.
The contents of this blog is from my experience, you may use at your own
risk, however you are strongly advised to cross reference with Oracle
documentation and to test before deploying to production environments.
Follow