Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up the Oracle database on Macbook Pro (OS X Yosemite)

I see that Oracle 11g or 12c doesn't have the download files for OS X. However, there is a version of the SQL Developer available for OS X. What's the point of the SQL Developer when you don't have a database?

How do I install the Oracle database (preferable 12c or 11g Express Edition) on OS X?

like image 255
Grant Avatar asked Sep 28 '15 16:09

Grant


People also ask

Does Oracle support OSX?

Mac OS X Installation NotesSQL Developer supports either Oracle JDK 8 or 11. (For 64-bit Intel Macs, download Java for Mac OS X 10.5, Update 1.

How do I enable Oracle on my Mac?

On the System Preferences screen, go to the Security & Privacy option. Now, under the General tab, you should be able to see “System software from Oracle America was blocked from loading“. Allowing Oracle Certificate. Click on the Allow button in front of it to allow this.

How do I access Oracle database on Mac?

Start the VM. If the DB is set to autostart during OS boot, you don't even need to log in. Update: If you have Oracle Database 12c you can use the new EM Express console for DB management and monitoring. Just enable port forwarding for port 5500 and then browse (from OS X) to https://localhost:5500/em.


1 Answers

I ran Oracle Database 12c in my Mac via Docker by this way for development and testing https://koacervate.blogspot.com/2019/01/quick-start-fastest-way-to-run-instance.html.

Hope that is useful for you. Regards,

like image 72
Do Tat Hoan Avatar answered Oct 22 '22 01:10

Do Tat Hoan