Within the master note for installing OEM, there is a link to a Windows WLS installation note (1088223.1). Within this note is some good news: you don’t have to install/upgrade Java because the Windows version of WLS comes pre-bundled with its own Java resources. As far as which specific download to select, if you select the 10.3.2 Package Installer version, you’ll be able to follow along step by step with note 1088223.1 as it uses the wls1032_win32.exe file from that download option. You may encounter installer crashes if installing from a network drive. If so, copy the exe file to a local drive and re-try.
The actual installation of WLS is pretty simple. Be sure to choose the “Typical” option (screen shot is not shown below, but it’s pretty obvious what to do when that step appears).

Confirmation of installation directory

Installation summary window

Progress window for WebLogic Server installation

Finish screen – uncheck “Run Quickstart” before clicking Done
Once WLS is installed, access to the welcome page is based on the loopback adapter IP address and port 7001.

Welcome page for WebLogic Server
Username and password
Start the Administration Console (button is to the right on the index page shown above) and use weblogic/welcome1 as the username/password.

Logon page for the WebLogic Server Administration Console
With proof/confirmation that WLS was successfully installed, we’re now ready to apply the WDJ7 patch. To install the patch, use the Oracle Smart Update Utility. The utility can be started in the <path to Middleware>\utils\bsu folder. The bsu.cmd simply runs the client-patch.jar file, so if you need to, you can execute the jar file via the command line using:
C:\WLS\Middleware\utils\bsu> java –jar client-patch.jar

Login window for Oracle Smart Update
At this point in the process, if you don’t have access to a Customer Support Identifier (CSI), going forward will be at risk in terms of not installing the patch.

Patches that Oracle Smart Update has detected needed by your system
After downloading and validating for conflicts, the WDJ7 patch (and several others by default) becomes available for installation. Click on Apply and the patch (or patches) is applied.

Downloaded patches, being validated prior to being applied

Oracle Smart Update showing the applied patches
At this point (not quite finally though) we’re ready to install OEM itself, which will be covered in the next article.
» See All Articles by Columnist Steve Callan |