Oracle 11g on Mac OS X

Deadly 提交于 2020-01-10 04:15:32

问题


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


回答1:


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




回答2:


These days it's very easy to spin up a complete Oracle server in Docker for Mac.

One image I found to be working very well is https://hub.docker.com/r/sath89/oracle-12c/



来源:https://stackoverflow.com/questions/29649699/oracle-11g-on-mac-os-x

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!