Identify the three processes that customers can choose for patching WebLogic Server.
A.
Download patches from My Oracle Support and manage them using Smart Update.
B.
Use Enterprise Manager to download patches from My Oracle Support and apply patches to
WebLogic.
C.
Download patches from My Oracle Support and manually modify the classpath of the
application server (though it is not recommended).
D.
Download patches from My Oracle Support and apply them using the WebLogic Admin
Console.
E.
Use the Admin Console to connect to My Oracle Support and download patches and then
target them to the domain.
Explanation:
A: Oracle Smart Update is a standalone Java application that is automatically
installed in the Middleware home utils/bsu directory. Smart Update simplifies the process of
applying patches to your WebLogic Server installation. When support makes a patch available for
an installed version of WebLogic Server, you download the patch from My Oracle Support and
then use Oracle Smart Update to apply it to your installation. Smart Update organizes all available
updates for you, and has several features that allow a great deal of customizing in the way various
patches are applied and managed in your environment.
B: As part of a new Enterprise Manager system, the installation wizard does the following:
* Oracle My Oracle Support Management Plug-In
etc.
C: Applying patch from server start script:
After downloading the patch (jar file) follow the below steps:
– Stop your server.
– Then take the path of the folder which has the CRxxxxxx_xxxmpx.jar file and copy it in the
CLASSPATH of setDomainEnv.cmd which is in
(<bea home>/user_projects/domains/<your domain name>/bin/setDomainEnv.cmd)
For example, the script would look something like this:set CLASSPATH=%PRE_CLASSPATH%;%WEBLOGIC_CLASSPATH%;
C:\extra\my_projects\doc\CR\CR218639_920mp3.jar;C:\extra\my_projects\doc \CR\
CR360676_920mp3.jar;C:\extra\my_projects\doc\CR\CR367966_920mp3.jar;
C:\extra\my_projects\doc\CR\CR368155_920mp3.jar;C:\extra\my_projects\doc\CR\CR370311_92
0mp3.jar
– Re-start your server.
– You should see the patch applied in the stdout file.