1

I really would like to avoid having to install virtual box just to use Oracle 11g. Is there a way to install it into Mac OSX?

ewwhite
  • 197,159
  • 92
  • 443
  • 809
Strawberry
  • 1,132
  • 4
  • 15
  • 27

2 Answers2

2

Oracle Database 11g runs only on Windows, Linux, Solaris, HP-UX or AIX.

If you want to run it on a Macintosh, it must be running one of the supported operating systems.

So you either must reboot to a supported OS with BootCamp or install a virtualized OS with VirtualBox, VMware Fusion or something else.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972
1

Please see the detailed instructions for accomplishing this on Stack Overflow:

Installing Oracle 11g on OSX

You won't need a permanent virtualized installation, but it is necessary for the initial install.

ewwhite
  • 197,159
  • 92
  • 443
  • 809