+ All Categories
Home > Documents > oracle install mac - University of Texas at...

oracle install mac - University of Texas at...

Date post: 23-Apr-2020
Category:
Upload: others
View: 7 times
Download: 0 times
Share this document with a friend
7
1 CS327: Oracle Express 11g Installation on Mac Tutorial 1. Download VM image named cs327.ova at: http://www.cs.utexas.edu/~scohen/vm_image/cs327.ova 2. Download VirtualBox 4.3.20 for OS X hosts at: https://www.virtualbox.org/wiki/Downloads and install VirtualBox VM on Mac. 3. Launch VirtualBox VM and choose File->Import Appliance.
Transcript
Page 1: oracle install mac - University of Texas at Austinscohen/cs327e_spr15/vm_image/oracle_install_mac.pdfCS327: Oracle Express 11g Installation on Mac Tutorial 1. Download VM image named

  1  

CS327: Oracle Express 11g Installation on Mac Tutorial

1. Download VM image named cs327.ova at: http://www.cs.utexas.edu/~scohen/vm_image/cs327.ova

2. Download VirtualBox 4.3.20 for OS X hosts at: https://www.virtualbox.org/wiki/Downloads and install VirtualBox VM on Mac.

3. Launch VirtualBox VM and choose File->Import Appliance.

Page 2: oracle install mac - University of Texas at Austinscohen/cs327e_spr15/vm_image/oracle_install_mac.pdfCS327: Oracle Express 11g Installation on Mac Tutorial 1. Download VM image named

  2  

4. Click the folder icon on the right hand side and choose the path where cs327.ova stores.

Page 3: oracle install mac - University of Texas at Austinscohen/cs327e_spr15/vm_image/oracle_install_mac.pdfCS327: Oracle Express 11g Installation on Mac Tutorial 1. Download VM image named

  3  

5. Click Continue and click Import and keep the default setting.

Page 4: oracle install mac - University of Texas at Austinscohen/cs327e_spr15/vm_image/oracle_install_mac.pdfCS327: Oracle Express 11g Installation on Mac Tutorial 1. Download VM image named

  4  

6. Choose cs327.ova and Start the Ubuntu VM by clicking green arrow Start icon.

Page 5: oracle install mac - University of Texas at Austinscohen/cs327e_spr15/vm_image/oracle_install_mac.pdfCS327: Oracle Express 11g Installation on Mac Tutorial 1. Download VM image named

  5  

7. Log in Ubuntu as account yuming with password “a” without double quotes.

8. Open Terminal.

Page 6: oracle install mac - University of Texas at Austinscohen/cs327e_spr15/vm_image/oracle_install_mac.pdfCS327: Oracle Express 11g Installation on Mac Tutorial 1. Download VM image named

  6  

9. Start Oracle system using Linux command line: sudo service oracle-xe start and type the password “a” without double quotes.

10. Then Oracle system will be started and you should see these messages.

11. Now you can start to exploit default scheme using command line: sqlplus

scott/tiger.

Page 7: oracle install mac - University of Texas at Austinscohen/cs327e_spr15/vm_image/oracle_install_mac.pdfCS327: Oracle Express 11g Installation on Mac Tutorial 1. Download VM image named

  7  

12. Or you can log in Oracle system as Database Administrator and the password is “a” without double quotes.

13. If you prefer SQL Developer GUI, you can first start the oracle system in Step 10.

Then type the command line in the terminal and launch SQL Developer: unset GNOME_DESKTOP_SESSION_ID

sqldeveloper

14. To stop the oracle system, type the command line: sudo service oracle-xe stop


Recommended