Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oracle 11g on Mac OS X

I need to install Oracle Database on Mac OS X. I recently developped a NodeJS application using MySQL and now, I need this one to be compatible with Oracle, this is why I need Oracle Database on my Mac OS X, I will developped the Oracle version of the application...

What's the best way to install Oracle on Mac OS X?

I tried to install Oracle using this page : http://www.oracle.com/technetwork/apps-tech/intel-macsoft-096467.html

Installed package : Version 11.2.0.4.0 (32-bit) Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI applications

But it seem's not working because on my terminal I'm not able to execute sqlplus...

And is there a client interface for Oracle?

Anthony

like image 721
tonymx227 Avatar asked Apr 15 '15 12:04

tonymx227


People also ask

Is Oracle Database 11g still supported?

Upgrade Oracle 11gThese newer versions are supported until 2031, they are also packed with advanced features providing enhanced performance and security. Click to discover all of our Oracle database services.

Is Oracle compatible with Mac?

While Oracle is not natively available on a Mac computer, it's possible to run Oracle or Oracle Express on a Mac using a virtual machine. This article describes the steps you need to take to set up the existing Oracle Developer VM and VirtualBox on your Mac to get it up and running.

Is Oracle 10g available for Mac?

install oracle 10g on mac os — oracle-tech.

Can I install Oracle on Mac M1?

Oracle Linux 9 is now available! And since it includes both x86 and aarch64, that means you can try it out natively on ARM hardware like a Raspberry Pi or on Apple M1 silicon.


1 Answers

There is no Oracle database server available on current macosx. The last Oracle version was 10.2.0.4, even a quick and incomplete 10.2.0.5 but that was years ago. Now we do have clients. See installation instructions for macosX

Currently there is also a java client that works pretty well but still is under development. De EA of sqlcl can be found here Oracle SQL Developer 4.1 EA2 (4.1.0.18.37), last update was yesterday.

If you really need an Oracle server, go for VirtualBox and create a Linux image for it to run Oracle-12 in. VirtualBox can be found here https://www.virtualbox.org/. For now, stay with OEL-6, that you can find here just pick V52218-01

like image 170
ik_zelf Avatar answered Sep 21 '22 19:09

ik_zelf