• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Techgoeasy

Techgoeasy

Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts

  • Home
  • Oracle
    • Oracle database
    • Oracle Ebusiness Suite
    • Oracle weblogic
    • Oracle Performance Tuning
    • Oracle Hyperion
    • Oracle Cloud Tutorials
  • SQL
  • interview questions
  • Linux
  • PHP and HTML
  • Downloads
  • General
Home » Oracle » Step by Step R12.2.6 EBS installation on Virtual Box

Step by Step R12.2.6 EBS installation on Virtual Box

March 12, 2018 by techgoeasy 3 Comments

Oracle recently release VM template for R12.2.6 on Software delivery cloud. In this blogpost , we would be checking step by step how to build R12.2.6  with Virtual box on the Desktop or Laptop

1)  First install VirtualBox on the Desktop or Laptop. Check below post on how to do the installation

Step by Step instructions for Oracle Virtual Box Installation

2)  Now download the R12.2.6 VM appliance

To download the VM Virtual Appliance for Oracle E-Business Suite Release 12.2.6:
Go to https://edelivery.oracle.com/, and click the Sign In button.
You are now signed in to the Oracle Software Delivery Cloud.

On the Oracle Software Delivery Cloud page, perform the following tasks:
Filter Products By: Select the “Linux/OVM/VMs” check box.
Search by: Select “Release” from the drop-down list.
In the text field, enter “Oracle VM Virtual Appliance for Oracle E-Business Suite 12.2.6”.

Click the Continue button.

Step by Step R12.2.6 EBS installation on Virtual Box

The Download Queue region displays the selected “Oracle VM Virtual Appliance for Oracle E-Business Suite 12.2.6” media pack and the platform information.

Click the Continue button again.
This retrieves the “Oracle VM Virtual Appliance for Oracle E-Business Suite 12.2.6” media pack.

Click the Continue button again, and accept the Oracle Standard Terms and Restrictions. You must do so before you can download the desired media pack.
The File Download window appears with your selected “Oracle VM Virtual Appliance for Oracle E-Business Suite (12.2.6) for x86 64 bit” media pack.

Download the package and thus the zip files which contain the associated appliance.

The Oracle VM Virtual Appliances for Oracle E-Business Suite 12.2.6.0.0 for x86 64bit is packaged in 19 files requiring 69.4 GB, so may take some considerable time to download depending upon your network / internet connection.

V861124-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (1 of 10) (Part 1 of 2) Linux x86-64
V861124-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (1 of 10) (Part 2 of 2) Linux x86-64
V861125-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (2 of 10) (Part 1 of 2) Linux x86-64
V861125-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (2 of 10) (Part 2 of 2) Linux x86-64
V861126-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (3 of 10) (Part 1 of 2) Linux x86-64
V861126-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (3 of 10) (Part 2 of 2) Linux x86-64
V861127-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (4 of 10) (Part 1 of 2) Linux x86-64
V861127-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (4 of 10) (Part 2 of 2) Linux x86-64
V861128-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (5 of 10) (Part 1 of 2) Linux x86-64
V861128-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (5 of 10) (Part 2 of 2) Linux x86-64
V861129-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (6 of 10) (Part 1 of 2) Linux x86-64
V861129-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (6 of 10) (Part 2 of 2) Linux x86-64
V861130-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (7 of 10) (Part 1 of 2) Linux x86-64
V861130-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (7 of 10) (Part 2 of 2) Linux x86-64
V861131-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (8 of 10) (Part 1 of 2) Linux x86-64
V861131-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (8 of 10) (Part 2 of 2) Linux x86-64
V861132-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (9 of 10) (Part 1 of 2) Linux x86-64
V861132-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (9 of 10) (Part 2 of 2) Linux x86-64
V861133-01 Oracle E-Business Suite Release 12.2.6 Single Node Vision Install X86 (64 bit) – (10 of 10) (Part 1 of 1) Linux x86-64

You can Use Download Manager to download the file or wget option

The virtual appliance delivers the full software stack, including the Oracle Linux 6.9 (64-bit) operating system, Oracle E-Business Suite, and additional required technology components. The embedded technology components are listed below:

Component Version
RDBMS Oracle Home 12.1.0.2
Application Code Level Oracle E-Business Suite 12.2.6 Release Update Pack (My Oracle Support Knowledge Document 2114016.1) + AD and TXK Delta 8 (My Oracle Support Knowledge Document 2159750.1)
Oracle Forms and Reports 10.1.2.3
WebLogic Server 10.3.6
Web Tier 11.1.1.9
JDK JDK 1.7 build 1.7.0_121-b15
Java Plugin J2SE 1.7
Critical Patch Update (CPU) October 2016

3)  Reconstructing and Staging the Downloaded Appliance

Now we need to Unzip these 19 Zips and Concatenate the 19 files to create the final file

a) Unzip all the 19 files

You will need additional 75G space for storing the Unzipped files

For Unix, we can use below command also to unzip

for i in *.zip
do
unzip $i
done

b) Assemble the 19 files

Assemble the files using the command below on Windows

type Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.00 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.01 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.02 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.03 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.04 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.05 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.06 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.07 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.08 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.09 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.10 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.11 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.12 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.13 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.14 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.15 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.16 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.17 Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.18 > Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova

On Unix, following can be used

cat Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.00 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.01 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.02 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.03 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.04 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.05 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.06 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.07 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.08 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.09 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.10 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.11 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.12 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.13 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.14 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.15 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.16 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.17 \
Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova.18 > Oracle-E-Business-Suite-12.2.6_VISION_INSTALL.ova

You will need additional 75G space for creating the final file

Now  we are ready with the Final ova to import into Virtual Box

Check below post to read further steps

Step by Step R12.2.6 EBS installation on Virtual Box Part -2

Related Articles

Related Articles

Login flow in R12.2 and basic troubleshooting

Important Changes in Autoconfig R12.2

Adop(Ad online patching utility) explained R12.2

Key Technology changes in E-Business Suite 12.2

Oracle E-Business Suite Architecture in 12.2

Step by Step instructions for Oracle Virtual Box Installation

Filed Under: Oracle, Oracle Ebuisness Suite

Reader Interactions

Comments

  1. Cl says

    July 2, 2020 at 3:08 pm

    Is it possible to upgrade the EBS VM Appliance’s Linux from 6.9 to 7.5? Does yum work on the VM appliance?

    Reply
  2. Mr. Bharathesh Acharya says

    August 26, 2020 at 1:45 pm

    While downloading the software from edelivery site, it says trial is for 30 days.

    So, following your steps to install EBS, will it stop working after 30 days ?

    Reply
    • techgoeasy says

      August 26, 2020 at 5:52 pm

      No. It will work after that also

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar



Subscribe to our mailing list

Enter your email address to subscribe to this blog and receive notifications of new posts by email

Recent Posts

  • how to find file based on size in linux
  • SQL trace, 10046 event in Oracle
  • How to use sed replace string in file
  • Password Version in oracle
  • How to login as user without changing the password in Oracle database(alter user identified by values)

Copyright © 2023 : TechGoEasy

  • Hire me
  • Privacy Policy
  • Contact Us
  • New? Start Here
  • About Us