Always wanted to learn the operation of the Oracle database under Linux, but the installation of the Linux operating system from the beginning, the process of installing the Oracle database is very cumbersome, involving a lot of operating system and database configuration, the threshold is high. It is only recently discovered that Oracle has helped us with these tedious tasks by Oracle VirtualBox + Oracle VM Virtual Appliances (also known as Oracle VM Templates). 15 minutes to build a Linux operating system +oracle database Development/test environment, not a dream.
preparatory work:1. Download and install Oracle's virtual machine software-virtualbox:here2, download Oracle pre-built Developer VMS (for Oracle VM VirtualBox): here in pre-built The VM page finds the database APP development VM, which has built-in Oracle Linux and many Oracle database development-related software, and you can use it almost without any configuration. Let's look at the software list:
- Oracle Linux 6.5
- Oracle Database 12c Release 1 Enterprise Edition
- Oracle XML DB
- Oracle SQL Developer
- Oracle SQL Developer Data Modeler
- Oracle Application Express
- Hands-on-labs (accessed via the Toolbar Menu in Firefox)
Of course, in addition to the database VM template, there are many other template, such as Oracle Webcenter Portal vm,solaris one Admin Vm,soa & BPM Development VM and so on.
Installation ConfigurationOnce the preparation is complete, the next few steps are simple configuration. First open VirtualBox, Manage > Import Virtual PC (import Appliance)
Select the downloaded OVA file (pre-built Oracle VM VirtualBox appliances)
Import virtual computer, here you can do some personalization, such as adjusting the name of the virtual machine, memory ...
Note: Remember to check the "re-initialize the MAC address of all network cards", if not checked, then the copied environment and the original environment will remain the same MAC address, may cause network access problems.
After the import is complete, run the virtual machine. Wait a few minutes and you'll see the landing interface for Oracle Linux. The default login user is Oracle, and the password is Oracle. The root user's password is also Oracle.
The interface after landing.
Network access should theoretically be possible.
Sqlplus access to the database is also no problem. Sys/oraclehr/oracle
Get!!! enjoy!
15 minutes to build Linux operating system +oracle database environment