Setting Up An Oracle 11G Sandbox Development Environment
Setting Up An Oracle 11G Sandbox Development Environment
f m
Step 4: Now we can launch the Oracle Dev Virtual Machine. Double-click the OTN
Developer Days VM. Click OK to close the Virtualbox Inf ormation dialogs. The VM will launch and boot into RedHat Enterprise Linux 5 (this will take f ew minutes), once booted in you can login using the f ollowing credentials: User Name: oracle Password: oracle Starting up Oracle 11G and launching Enterprise Manager. Now that the Oracle VM is up and running we can start Oracle and login to the Enterprise Manager. In order to stat Oracle simply type emctl start dbconsole into the console which appeared on your desktop when you logged into GNOME and hit enter. This will launch Oracle Enterprise Manager 11G. It took a f ew minutes to bootup f or me, but once it is booted up you can log-in by going to the f olling URL in your VMs web browser:
https://localhost.localdomain:1158/em/console/aboutApplication User name: system Password: oracle Connect As: SYSDBA Logging in with SQL Developer 3.1 EA
Logging in with SQL Developer 3.1 EA The VM comes with oracle SQL Developer EA (the icon is on the desktop). Ive been using SQL Developer f or a while now and f ind it just as powerf ul as TOAD or any of the other mainstream Database IDEs. You can launch SQL Developer and login to the Figure 4: Oracle Enterprise Manager 11G System account, you should see AutoGenerated Local Connections in the Connections pane on the lef t. Expand the Auto-Generated Local Connections branch, this will allow you to login to the system-oracle account (password: oracle). Once connected to system-oracle, right click on system-oracle and select Scheme Browser, this will allow you to select the Demo schema which I will be ref erring to in other articles related to Oracle and PL/SQL. At this point you should have everything you need to start learning and experimenting with Oracle and PL/SQL in a consolidated Virtual Machine Environment!