Identify the three processes that customers can choose for patching WebLogic Server.
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:extramy_projectsdocCRCR218639_920mp3.jar;C:extramy_projectsdoc CR CR360676_920mp3.jar;C:extramy_projectsdocCRCR367966_920mp3.jar; C:extramy_projectsdocCRCR368155_920mp3.jar;C:extramy_projectsdocCRCR370311_920mp3.jar
- Re-start your server.
- You should see the patch applied in the stdout file.
Currently there are no comments in this discussion, be the first to comment!