Table of Contents

Weblogic - Upgrade/Patch

About

How to patch/upgrade weblogic ?

Steps

Download the Upgrade Installers for Oracle WebLogic Server

Quick Way

Search for the term “10.3.6” (the target version) and select the article with this kind of description : PLACEHOLDER BUG FOR WEBLOGIC SERVER UPGRADE INSTALLER

Complete Way

Weblogic Advanced Search Upgrade Installer

The description for an upgrade installer patch includes the text WEBLOGIC SERVER UPGRADE INSTALLER.

Backup and services

net stop "beasvc bifoundation_domain_bi_server1" -- weblogic bi server
net stop "beasvc bifoundation_domain_AdminServer" -- weblogic Admin server

Verify that the process (beasvc.exe, …) are not running.

Perform the Upgrade for the version

Weblogic Installer 10.3.6 Component

Obiee 11g Wls Patch 10.3.5

Weblogic Oracle Installer Backup

Post-installation task

Change the HOME of the domain

From the file MiddelwareHome\user_projects\domains\yourDomain\bin\setDomainEnv, change the following home

to reflect the new parameters.

For OBIEE, yourDomain is equal to bifoundation_domain

Example for the version 10.3.5:

set BEA_JAVA_HOME=E:\MiddelwareHome\jrockit_160_24_D1.1.2-4

set SUN_JAVA_HOME=E:\MiddelwareHome\jdk160_24

if "%JAVA_VENDOR%"=="Oracle" (
	set JAVA_HOME=%BEA_JAVA_HOME%
) else (
	if "%JAVA_VENDOR%"=="Sun" (
		set JAVA_HOME=%SUN_JAVA_HOME%
	) else (
		set JAVA_VENDOR=Oracle
		set JAVA_HOME=E:\MiddelwareHome\jrockit_160_24_D1.1.2-4
	)
)

Documentation / Reference