Download Oracle 11g For Mac
Download Oracle 11g For Mac Average ratng: 9,7/10 8763 votes
It has been a while since we for the last time received some native software for the mac from Oracle. Short before the release of Oracle rdbms v12 it happened again, the v11gR2 client for the mac is released.
Installing Oracle 11g on OS X 10.11 El Capitan
- Download and install Vagrant
- Download and install VirtualBox
- Download and install Oracle SQL Developer
- Download the Oracle 11g zip file for Linux x64. Always download the Linux x64 zip file, even if you are on Windows or Mac OSX.
- Clone the vagrant-ubuntu-oracle-xe repository from GitHub
- Copy the Oracle 11g zip file to the directory vagrant-ubuntu-oracle-xe expects to find it in
- Install vbguest
- Invoke Vagrant to install and configure Oracle 11g
After a few minutes your local machine will be running an Oracle 11g server on a virtual instance of Ubuntu 14.04
You should now be able to connect to the new database at
localhost:1521/XE
assystem
with passwordmanager
.
Demo: Oracle XE 11g on Ubuntu 14.04 using Vagrant : installation cast
Source: