When you start your domain (with startWebLogic.sh) you should be able to access the Service Bus Console on The changes you made to startWebLogic.sh (see the blog by Yusuke Yamamoto I mentioned earlier) also have to be reapplied. I chose to replace all components when asked for and picked the default choice at every wizard screen. $BEA_HOME/user_projects/domain/base_domain) Search for the directory where your domain is running (ie. Start the Configuration Wizard ($BEA_HOME/wlserver_10.3/common/bin/config.sh) and pick Extend an existing WebLogic domain (assuming you already have a domain running) To install the CLI on Mac OS X with Homebrew: brew update & brew install oci-cli. Note We strongly recommend running sudo dnf update regularly to ensure your system is up-to-date by installing available updated RPMs.
When the screen “Choose Products and Components” appears I also included the Service Bus Examples, they might come in handy.Īfter installing the OSB you have to extend your domain with the Oracle Service Bus (or just create a new domain). If youre using Oracle Linux 8, you can use dnf to install the CLI. Select the ISO image you downloaded to your host computer and click the Open button. The os.name parameter is added to prevent the “Insufficient disk space!” error.įollow the default installation instructions. To add the macOS Big Sur ISO file to the virtual computer, select the optical drive from the Storage devices, and then click the CD/DVD icon and click Choose a disk file. Accept the license agreement and download Version 10.2.0.4 (64-bit).
#Install oracle for mac for mac os x#
Click on the link Instant Client for Mac OS X (Intel x86). It needs Oracle Instant Client from Oracle. Since the WebLogic installer had some memory problems on a Mac I added the -Xmx1024m paramter. Install Oracle Instant Client The cxOracle has a dependency. Run the installer on the command line (don’t run the jar directly!): java -Xmx1024m -jar -Dos.name=unix osb103_wls103_generic.jar I picked the HP-UX version because it’s in fact a generic version. Go to the Oracle download page and pick the HP-UX Itanium version. OpenJDK is the short form of Open Java Development Kit similar to Oracles Java Development Kit used to develop Java Applications. Make sure you also read the comments on the blog when you get errors, they contain valuable information that’ll save you a lot of time. Quick guide to download and install OpenJDK 11 on Mac. Running WebLogic Server 10g Release 3 on a Mac
#Install oracle for mac how to#
How to install WebLogic on a Mac is explained in this blog: There is no Mac-download on the download page, but by using the HP-UX version everything works fine, you just have to add some command line parameters. Last week I installed WebLogic and the AquaLogic Service Bus on a Mac.