You are on page 1of 19

Name: Prathamesh Sawant

LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Downloading Patches Required for Your Installation


1. In a web browser, enter:
http://support.oracle.com
2. On the My Oracle Support page, click Sign In and then enter your user name and password on
the Sign In page.
3. On the My Oracle Support page, click the Patches and Update tab.
4. On the Patches and Update page, in the Patch Search pane, click the Search tab, select Product
or Family (Advanced), enter or select the following values, and then click Search:
o Product is: Oracle WebLogic Server
o Release is: Oracle WebLogic Server 12.2.1.0.0
o Platform filter is: Platform
o Release is: Linux x86-64

Description of this image

5. On the Patch Search page, in the Patch Advanced Search Results pane, click 22248372 and
click Download.
6. In the File Download window, click the p22248372_122100_Generic.zip link.
7. In the Opening p22248372_122100_Generic.zip window, select Save File and click OK.
8. Save the patch file in an appropriate location. In this tutorial, the file was saved
in /install/weblogicpatch.

Identifying the OPatch Version Included with Oracle FMW 12c


Before you run OPatch, find the OPatch utility in the Oracle home directory, and verify that you have the
latest version. Oracle FMW 12c (12.2.1) includes OPatch version 13.3.0.0.0.
In general, a version of OPatch is available for each version of Oracle Universal Installer.
1. Change the directory to OPatch.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

$ cd /scratch/u01/app/fmw/OPatch

2. Verify the OPatch version.

3. $ ./opatch version
4. OPatch Version: 13.3.0.0.0
5.
6. OPatch succeeded.

Cloning, Patching, and Archiving Oracle Home

Cloning Oracle Home


1. Change the directory to /scratch/u01/app/fmw/oracle_common/bin.

2. $ cd /scratch/u01/app/fmw/oracle_common/bin

3. Create an archive file of the source Oracle home.

$ sh copyBinary.sh -javaHome /scratch/jdk1.8.0_51 -archiveLoc /tmp/o


h_copy.jar -sourceOracleHomeLoc /scratch/u01/app/fmw

Log File: "/tmp/CLONE2016-04-13_05-23-44-LOG/CLONE2016-04-13_05-


23-44_1077916701.log".

Error File: "/tmp/CLONE2016-04-13_05-23-44-LOG/CLONE2016-04-13_05-


23-44_1077916701.error".

INFO : Apr 13, 2016 5:23:56 AM - CLONE-21154 Checking for availab


ility of 990.0 MB free space at /tmp/oh_copy.jar.

INFO : Apr 13, 2016 5:23:56 AM - CLONE-21155 Required free space


is available.

INFO : Apr 13, 2016 5:23:57 AM - CLONE-21095 Create archive for /


scratch/u01/app/fmw started ...
INFO : Apr 13, 2016 5:23:57 AM - CLONE-21158 Validating if Oracle
Home location is already registered with Oracle inventory ...

INFO : Apr 13, 2016 5:23:57 AM - CLONE-21147 Oracle Home /scratch


/u01/app/fmw is registered by the name "OracleHome3" with the Oracl
e Inventory.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

INFO : Apr 13, 2016 5:24:00 AM - CLONE-21016 Adding Oracle Home "
/scratch/u01/app/fmw" binaries to the archive started ...

INFO : Apr 13, 2016 5:24:00 AM - CLONE-21053 Total size of the fi


le(s), to be included in the main jar from source location /scratch
/u01/app/fmw=0.99 GB.
INFO : Apr 13, 2016 5:24:03 AM - CLONE-21126 Operation is 10% com
plete, in "3" seconds.

INFO : Apr 13, 2016 5:24:09 AM - CLONE-21126 Operation is 20% com


plete, in "8" seconds.
INFO : Apr 13, 2016 5:24:11 AM - CLONE-21126 Operation is 30% com
plete, in "10" seconds.
INFO : Apr 13, 2016 5:24:14 AM - CLONE-21126 Operation is 40% com
plete, in "13" seconds.

INFO : Apr 13, 2016 5:24:20 AM - CLONE-21126 Operation is 53% com


plete, in "19" seconds.
INFO : Apr 13, 2016 5:24:21 AM - CLONE-21126 Operation is 60% com
plete, in "20" seconds.
INFO : Apr 13, 2016 5:24:24 AM - CLONE-21126 Operation is 70% com
plete, in "23" seconds.
INFO : Apr 13, 2016 5:24:36 AM - CLONE-21126 Operation is 80% com
plete, in "35" seconds.
INFO : Apr 13, 2016 5:24:38 AM - CLONE-21126 Operation is 90% com
plete, in "38" seconds.
INFO : Apr 13, 2016 5:24:43 AM - CLONE-21045 Permission file crea
ted successfully.

INFO : Apr 13, 2016 5:24:43 AM - CLONE-21017 Adding Oracle Home b


inaries to the archive finished.
INFO : Apr 13, 2016 5:24:43 AM - CLONE-21030 Adding "/scratch/u01
/app/fmw" to the archive is successful.
INFO : Apr 13, 2016 5:24:43 AM - CLONE-21031 Time taken to add al
l the cloners to archive was "46" seconds.

INFO : Apr 13, 2016 5:24:43 AM - CLONE-21032 Archive created succ


essfully at /tmp/oh_copy.jar.
INFO : Apr 13, 2016 5:24:44 AM - CLONE-21006 Total time taken by
T2P process was 59 seconds.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

INFO : Apr 13, 2016 5:24:44 AM - CLONE-21007 Cloning operation co


mpleted successfully.

Mandatory Arguments:
Argument name Shortcut Description

-javaHome NA The absolute path of the JDK.

-archiveLoc -al The absolute path of the archive location. Use this option
to specify the location of the archive file to be created
with the copyBinary script. Ensure that the archive
location isn't within the Oracle home structure.

- -soh The absolute path of the Oracle home to be archived.


sourceOracleHomeLoc Specify only one Oracle home.

4. To apply the archive to the target destination, paste the binary files of the source Oracle home to
the target environment.

$ sh pasteBinary.sh -javaHome /scratch/jdk1.8.0_51 -archiveLoc /tmp/


oh_copy.jar -targetOracleHomeLoc /scratch/u01/app/fmw_prod -targetOr
acleHomeName fmw_prod

Log File: "/tmp/CLONE2016-04-13_05-35-10-LOG/CLONE2016-04-13_05-


35-10_700921063.log".

Error File: "/tmp/CLONE2016-04-13_05-35-10-LOG/CLONE2016-04-13_05-


35-10_700921063.error".

INFO : Apr 13, 2016 5:35:11 AM - CLONE-21154 Checking for availab


ility of 1090.0 MB free space at /scratch/u01/app/fmw_prod.

INFO : Apr 13, 2016 5:35:11 AM - CLONE-21155 Required free space


is available.

INFO : Apr 13, 2016 5:35:11 AM - CLONE-21156 Extracting OUI and e


ngine binaries to temporary location ...

INFO : Apr 13, 2016 5:35:12 AM - CLONE-21157 OUI and engine binar
ies are extracted to temporary location successfully.

INFO : Apr 13, 2016 5:35:12 AM - CLONE-21057 Execution of system


prerequisites started from directory "oui/mw/wls" ...
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

INFO : Apr 13, 2016 5:35:30 AM - CLONE-21058 Execution of system


prerequisites finished.
INFO : Apr 13, 2016 5:35:30 AM - CLONE-21158 Validating if Oracle
Home location is already registered with Oracle inventory ...

INFO : Apr 13, 2016 5:35:30 AM - CLONE-21159 Oracle Home location


is valid as it is not yet registered with the Oracle inventory.

INFO : Apr 13, 2016 5:35:30 AM - CLONE-21160 Validating if Oracle


Home name "fmw_prod" is already registered with Oracle inventory ..
.

INFO : Apr 13, 2016 5:35:30 AM - CLONE-21161 Oracle Home name "fm
w_prod" is valid as it is not yet registered with the Oracle invent
ory.

INFO : Apr 13, 2016 5:35:30 AM - CLONE-21018 Extracting Oracle Ho


me binaries from the archive at "/scratch/u01/app/fmw_prod" locatio
n started ...

INFO : Apr 13, 2016 5:35:32 AM - CLONE-21126 Operation is 10% com


plete, in "1" seconds.

INFO : Apr 13, 2016 5:35:33 AM - CLONE-21126 Operation is 20% com


plete, in "2" seconds.
INFO : Apr 13, 2016 5:35:34 AM - CLONE-21126 Operation is 30% com
plete, in "3" seconds.
INFO : Apr 13, 2016 5:35:35 AM - CLONE-21126 Operation is 40% com
plete, in "4" seconds.

INFO : Apr 13, 2016 5:35:36 AM - CLONE-21126 Operation is 53% com


plete, in "5" seconds.
INFO : Apr 13, 2016 5:35:37 AM - CLONE-21126 Operation is 60% com
plete, in "6" seconds.
INFO : Apr 13, 2016 5:35:37 AM - CLONE-21126 Operation is 70% com
plete, in "7" seconds.
INFO : Apr 13, 2016 5:35:39 AM - CLONE-21126 Operation is 80% com
plete, in "8" seconds.
INFO : Apr 13, 2016 5:35:40 AM - CLONE-21126 Operation is 90% com
plete, in "9" seconds.
INFO : Apr 13, 2016 5:35:41 AM - CLONE-21126 Operation is 100% co
mplete, in "10" seconds.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

INFO : Apr 13, 2016 5:35:41 AM - CLONE-21019 Extracting Oracle Ho


me binaries from the archive finished.

INFO : Apr 13, 2016 5:35:42 AM - CLONE-21022 Applying permission


for /scratch/u01/app/fmw_prod started ...

INFO : Apr 13, 2016 5:35:42 AM - CLONE-21023 Applying permission


for /scratch/u01/app/fmw_prod finished. Operation complete in "0" s
econds.
INFO : Apr 13, 2016 5:35:43 AM - CLONE-21020 Configuration of Ora
cle Home is in progress ...

INFO : Apr 13, 2016 5:35:53 AM - CLONE-21021 Configuration of Ora


cle Home completed successfully.

INFO : Apr 13, 2016 5:35:53 AM - CLONE-21127 Performing inventory


validation ...
INFO : Apr 13, 2016 5:35:53 AM - CLONE-21146 Oracle Home /scratch
/u01/app/fmw_prod is registered with the Oracle Inventory /u01/app/
oraInventory.
INFO : Apr 13, 2016 5:35:53 AM - CLONE-21147 Oracle Home /scratch
/u01/app/fmw_prod is registered by the name "fmw_prod" with the Ora
cle Inventory.
INFO : Apr 13, 2016 5:35:53 AM - CLONE-21131 Inventory validation
is successful.

INFO : Apr 13, 2016 5:35:53 AM - CLONE-21035 Restoring the home f


inished successfully at /scratch/u01/app/fmw_prod.
INFO : Apr 13, 2016 5:35:53 AM - CLONE-21216 Performing post oper
ation, if any ...
INFO : Apr 13, 2016 5:35:53 AM - CLONE-21217 Post operation compl
eted.

INFO : Apr 13, 2016 5:35:53 AM - CLONE-21037 Time taken to restor


e all cloners from archive was "41" seconds.

INFO : Apr 13, 2016 5:35:53 AM - CLONE-21006 Total time taken by


T2P process was 41 seconds.

INFO : Apr 13, 2016 5:35:53 AM - CLONE-21007 Cloning operation co


mpleted successfully.

Mandatory Arguments:
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Argument name Shortcut Description

-javaHome NA The absolute path of the JDK.

-archiveLoc -al The absolute path of the archive location. Use this option
to specify the location of the archive file created with
the copyBinary script. Ensure that the archive location
isn't within the Oracle home structure.

- -toh The absolute path to the target Oracle home. The Oracle
targetOracleHomeLoc home directory can’t be at that location. If it is, it must be
an empty directory. Otherwise, the script returns an error
message. Don’t put -targetOracleHomeLoc inside
another Oracle home.

Patching the Cloned Image


1. Open a terminal window, and change the directory to /install/weblogicpatch.

$ cd /install/weblogicpatch

2. Define the PATCH_TOP environment variable.

$ export PATCH_TOP=/install/weblogicpatch

3. Set the ORACLE_HOME environment variable to the target Oracle home directory.

$ export ORACLE_HOME=/scratch/u01/app/fmw_prod

4. Set the JAVA_HOME environment variable.

$ export JAVA_HOME=/scratch/jdk1.8.0_51

5. Add the directory for the OPatch utility to the Linux PATH.

$ export PATH=$ORACLE_HOME/OPatch:$PATH

6. Confirm that the opatch executable file appears in your system PATH.

7. $ which opatch
8. /scratch/u01/app/fmw_prod/OPatch/opatch

9. Extract the patch zip file into the PATCH_TOP directory. If you're asked to replace an existing file,
enter A for “All.”

$ unzip -d $PATCH_TOP p22248372_122100_Generic.zip

10.Change the directory to $PATCH_TOP/22250572.


Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

$ cd $PATCH_TOP/22250572

11.List the components in the WebLogic Server inventory.

$ opatch lsinventory -jdk $JAVA_HOME

Oracle Interim Patch Installer version 13.3.0.0.0

Copyright (c) 2016, Oracle Corporation. All rights reserved.

Oracle Home : /scratch/u01/app/fmw_prod

Central Inventory : /u01/app/oraInventory

from : /scratch/u01/app/fmw_prod/oraInst.loc

OPatch version : 13.3.0.0.0

OUI version : 13.3.0.0.0

Log file location : /scratch/u01/app/fmw_prod/cfgtoollogs/opatch/op


atch2016-04-13_06-25-03AM_1.log

OPatch detects the Middleware Home as "/scratch/u01/app/fmw_prod"

Lsinventory Output file location : /scratch/u01/app/fmw_prod/cfgtoo


llogs/opatch/lsinv/lsinventory2016-04-13_06-25-03AM.txt

-------------------------------------------------------------------
-------------

Local Machine Information::

Hostname: host01.example.com

ARU platform id: 226

ARU platform description:: Linux x86-64

Interim patches (6) :


Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Patch 19002423 : applied on Wed Mar 16 01:58:18 EDT 2016

Unique Patch ID: 18804275

Patch description: "One-off"

Created on 9 Apr 2015, 23:09:16 hrs UTC


Bugs fixed:
19002423

Patch 19632480 : applied on Wed Mar 16 01:58:01 EDT 2016

Unique Patch ID: 19278519

Patch description: "One-off"

Created on 25 Aug 2015, 07:19:43 hrs UTC


Bugs fixed:
19632480

Patch 18905788 : applied on Wed Mar 16 01:57:44 EDT 2016

Unique Patch ID: 18668039

Patch description: "One-off"

Created on 7 Mar 2015, 00:43:09 hrs UTC


Bugs fixed:
18905788

Patch 19030178 : applied on Wed Mar 16 01:57:32 EDT 2016

Unique Patch ID: 19234068

Patch description: "One-off"

Created on 4 Aug 2015, 05:40:22 hrs UTC


Bugs fixed:

19030178

Patch 19154304 : applied on Wed Mar 16 01:57:15 EDT 2016

Unique Patch ID: 19278518

Patch description: "One-off"

Created on 25 Aug 2015, 07:10:13 hrs UTC


Bugs fixed:
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

19154304

Patch 19795066 : applied on Wed Mar 16 01:56:58 EDT 2016

Unique Patch ID: 19149348

Patch description: "One-off"

Created on 16 Jul 2015, 15:51:43 hrs UTC


Bugs fixed:
19795066

-------------------------------------------------------------------
-------------

OPatch succeeded.

12.Display the information about the six interim patches that ship with WebLogic Server.

13. $ opatch lsinventory -jdk $JAVA_HOME | grep –i interim


14. Oracle Interim Patch Installer version 13.3.0.0.0
15. Interim patches (6) :

16.Apply the patch.

$ opatch apply -jdk $JAVA_HOME

Oracle Interim Patch Installer version 13.3.0.0.0

Copyright (c) 2016, Oracle Corporation. All rights reserved.

Oracle Home : /scratch/u01/app/fmw_prod

Central Inventory : /u01/app/oraInventory

from : /scratch/u01/app/fmw_prod/oraInst.loc

OPatch version : 13.3.0.0.0

OUI version : 13.3.0.0.0

Log file location : /scratch/u01/app/fmw_prod/cfgtoollogs/opatch/22


250572_Apr_13_2016_06_33_43/apply2016-04-13_06-33-40AM_1.log
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

OPatch detects the Middleware Home as "/scratch/u01/app/fmw_prod"

Verifying environment and performing prerequisite checks...

OPatch continues with these patches: 22250572

Do you want to proceed? [y|n]

User Responded with: Y

All checks passed.

Please shutdown Oracle instances running out of this ORACLE_HOME on


the local system.

(Oracle Home = '/scratch/u01/app/fmw_prod')

Is the local system ready for patching? [y|n]

User Responded with: Y

Backing up files...

Applying interim patch '22250572' to OH '/scratch/u01/app/fmw_prod'

Patching component oracle.wls.core.app.server, 12.2.1.0.0...

Patching component oracle.wls.core.app.server, 12.2.1.0.0...

Patching component oracle.wls.libraries, 12.2.1.0.0...

Patching component oracle.wls.libraries, 12.2.1.0.0...

Patch 22250572 successfully applied.


Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Log file location: /scratch/u01/app/fmw_prod/cfgtoollogs/opatch/222


50572_Apr_13_2016_06_33_43/apply2016-04-13_06-33-40AM_1.log

OPatch succeeded.

17.Repeat step 9. The OPatch utility should find the interim patch that you just applied.

$ opatch lsinventory -jdk $JAVA_HOME

Oracle Interim Patch Installer version 13.3.0.0.0

Copyright (c) 2016, Oracle Corporation. All rights reserved.

Oracle Home : /scratch/u01/app/fmw_prod

Central Inventory : /u01/app/oraInventory

from : /scratch/u01/app/fmw_prod/oraInst.loc

OPatch version : 13.3.0.0.0

OUI version : 13.3.0.0.0

Log file location : /scratch/u01/app/fmw_prod/cfgtoollogs/opatch/op


atch2016-04-13_06-38-52AM_1.log

OPatch detects the Middleware Home as "/scratch/u01/app/fmw_prod"

Lsinventory Output file location : /scratch/u01/app/fmw_prod/cfgtoo


llogs/opatch/lsinv/lsinventory2016-04-13_06-38-52AM.txt

-------------------------------------------------------------------
-------------

Local Machine Information::

Hostname: host01.example.com

ARU platform id: 226

ARU platform description:: Linux x86-64


Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Interim patches (7) :

Patch 22250572 : applied on Wed Apr 13 06:34:02 EDT 2016

Unique Patch ID: 19585367

Patch description: "One-off"

Created on 23 Nov 2015, 15:55:10 hrs PST8PDT

Bugs fixed:
22175246, 22200449, 21495475, 22247869

Patch 19002423 : applied on Wed Mar 16 01:58:18 EDT 2016

Unique Patch ID: 18804275

Patch description: "One-off"

Created on 9 Apr 2015, 23:09:16 hrs UTC


Bugs fixed:
19002423

Patch 19632480 : applied on Wed Mar 16 01:58:01 EDT 2016

Unique Patch ID: 19278519

Patch description: "One-off"

Created on 25 Aug 2015, 07:19:43 hrs UTC


Bugs fixed:
19632480

Patch 18905788 : applied on Wed Mar 16 01:57:44 EDT 2016

Unique Patch ID: 18668039

Patch description: "One-off"

Created on 7 Mar 2015, 00:43:09 hrs UTC


Bugs fixed:
18905788

Patch 19030178 : applied on Wed Mar 16 01:57:32 EDT 2016


Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Unique Patch ID: 19234068

Patch description: "One-off"

Created on 4 Aug 2015, 05:40:22 hrs UTC


Bugs fixed:
19030178

Patch 19154304 : applied on Wed Mar 16 01:57:15 EDT 2016

Unique Patch ID: 19278518

Patch description: "One-off"

Created on 25 Aug 2015, 07:10:13 hrs UTC


Bugs fixed:

19154304

Patch 19795066 : applied on Wed Mar 16 01:56:58 EDT 2016

Unique Patch ID: 19149348

Patch description: "One-off"

Created on 16 Jul 2015, 15:51:43 hrs UTC


Bugs fixed:
19795066

-------------------------------------------------------------------
-------------

OPatch succeeded.

Creating an Archive and Distributing It to Each Node

Automating Rollout with Zero Downtime


When you roll out a new Oracle home, you must first roll out the patched Oracle home to the
Administration Server.
In this section, you create a workflow to roll out the patched Oracle home to the entire domain. The
workflow automatically rolls out the patched Oracle home before rolling it out to the target clusters.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Starting the Administration Server


If you include the Administration Server in a workflow, you must use Node Manager to start it before you
initiate the workflow.
1. If the Administration Server is running, stop it.

$ cd /scratch/u01/app/fmw/user_projects/domains/mydomain/bin
$ ./stopWebLogic.sh

Stopping Weblogic Server...

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

Please enter your username :weblogic

Please enter your password :

Connecting to t3://host01.example.com:7001 with userid weblogic ...

Successfully connected to Admin Server "AdminServer" that belongs t


o domain "mydomain".

Warning: An insecure protocol was used to connect to the server.

To ensure on-the-wire security, the SSL port or Admin port should b


e used instead.

Shutting down the server AdminServer with force=false while connect


ed to AdminServer ...

WLST lost connection to the WebLogic Server that you were connected
to.

This may happen if the server was shut down or partitioned.

You will have to re-connect to the server once the server is availa
ble.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Disconnected from weblogic server: AdminServer

Disconnected from weblogic server:

Exiting WebLogic Scripting Tool.

Done

Stopping Derby Server...

Derby server stopped.

2. If the Node Manager isn't running, open a terminal window and change to the following directory.

$ cd /scratch/u01/app/fmw/user_projects/domains/mydomain/bin

3. Start the Node Manager.

$ ./startNodeManager.sh

4. Navigate to the following directory and start the WLST.

$ cd /scratch/u01/app/fmw/oracle_common/common/bin
$ ./wlst.sh

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

wls:/offline>

5. Establish a Node Manager session.

wls:/offline> nmConnect('weblogic','welcome1','host01.example.com','
5556','myDomain','/scratch/u01/app/fmw/user_projects/domains/myDomai
n','ssl')

6. Start the Administration Server.

wls:/nm/mydomain> nmStart('AdminServer','/scratch/u01/app/fmw/user_p
rojects/domains/mydomain')
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Rolling Out the Patched Oracle Home


1. In a web browser, enter
http://host01.example.com:7001/console
2. On the WebLogic Server Administration Console Welcome screen, enter the user name and
password that you used to start the Administration Server. Click Login.
3. In the Change Center, click Lock & Edit.
4. In the WebLogic Server Administration Console, under Domain Structure, click myDomain.
5. Under Settings for mydomain, click the ZDT Control tab.

Description of this image

The default Domain tab is selected.

Description of this image

6. In the Domain pane, click Patch.

Description of
this image

7. On the Rollout Task page, select Oracle Home and click Next.
Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Description
of this image

8. On the Oracle Home Patching page, enter the following values and then click Finish.
 Rollout OracleHome: /scratch/u01/app/wls1221_patched.jar
 Backup OracleHome: /scratch/u01/app/Oracle_Home_backup
The rollout task starts:

Description of
this image

9. Reload the WebLogic Server Administration Console and log in with your credentials.
10.Repeat steps 4 and 5. In the Domain table, verify that SUCCESS appears in the Status of Last
Action column.

Description of this image

11.To view the task results, click the SUCCESS link.


Name: Prathamesh Sawant
LinkedIn: https://www.linkedin.com/in/prathamesh-sawant7882

Description
of this image

12.In the Change Center, click Release Configuration.

You might also like