Oracle 11g on Mac OS X

前端 未结 3 2128
死守一世寂寞
死守一世寂寞 2020-12-19 17:08

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 ne

相关标签:
3条回答
  • 2020-12-19 17:38

    for just compatibility issue with Oracle you could using H2 database with oracle mode of course it does not have extended features but for testing is very good

    good luck

    0 讨论(0)
  • 2020-12-19 17:44

    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

    0 讨论(0)
  • 2020-12-19 17:51

    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/

    0 讨论(0)
提交回复
热议问题