Skip to main content

Posts

Showing posts with the label virtualbox

Creating virtualbox shared folder on Oracle Solaris 11 Guest

This article demonstrates steps for enabling a windows host shared folder to oracle solaris 11 guest operating system in a virtualbox environment. Before reading further please make sure that "guest additions" are already Installed and configured on a guest OS. 1) Create and configure shared folder for a virtual machine: Create any directory which you want to share at your desired location. I've used "E:\solshare"  >> Navigate to devices > shared folders  >> click on icon to add a new shared folder to guest OS >>  click on "Folder Path" and add the required folder for enabling sharing. >> check box - If you want to make this shared as permanent and auto-mount enabled. It will be persistent on reboots.  >> Verify the configuration of shared folder 2) Mount share folder on guest OS (solaris11): >> Verify the existing mount-points root@soltest1:~# df -h...

Oracle Applications R12.2 Installation on Linux using virtual box

Oracle E-Business suite R12.2 is released a month ago. I received too many requests from my followers to demonstrate this Installation. This is a step by step detailed article for Installing Oracle E-business suite R12,2 on Oracle Enterprise Linux 5.7 (64-bit). I've used oracle virtual box for Installing Linux. Note:  This Installation is demonstrated on virtual machine with 8GB RAM and Installation completed in 7 hours. I am not sure whether this Installation will work with less than this .  My Virtual Machine configuration: CPU    = 1 core RAM   = 8 GB HDD   =  380 GB Software's Required: 1) Oracle Virtual Box 2) Oracle Enterprise Linux 5.7 (64-bit) 3) Oracle E-Business suite R12.2 for LinuxX86-64-bit Installation Steps: Hardware requirements Create virtual machine and Install operating system Operating System pre-requisites Prepare Stage Area Install Oracle EBS R12.2 software Verify Insta...