Perform the Post-Upgrade Tasks
Complete the following tasks after you upgrade the WebLogic Server:
- Update the setDomainEnv.sh file as described in Edit setDomainEnv.sh.
- Remove $DOMAIN_HOME/lib/fndext.jar.
- Remove $DOMAIN_HOME/lib/runtime12.jar.
- Run $WL_HOME/common/wlst.sh.
- To rebuild fndext.jar, download the patch 37875071 (p37875071_R12_GENERIC.zip) and follow the READ ME in the zip file.
- Using SFTP, copy the Oracle database file runtime12.jar located at $ORACLE_HOME/sqlj/lib on the Oracle LSH database server to the WebLogic Server computer, to the lib directory of the domain created when you installed the WebLogic Server.
- Recreate the desktop dbc file.
- Copy the database connection file.
- Create a directory on the WebLogic Server.
- On the Oracle Applications Server that you installed for Oracle LSH, from $FND_SECURE copy the .dbc Oracle Applications database connection file to the directory.
- Reregister the external node and regenerate the desktop dbc file:
java oracle.apps.fnd.security.AdminDesktop <apps user>/<apps pwd> \ DELETE \ NODE_NAME=<node name of the external application server> \ [IP_ADDRESS=<IP address of external application server>] \ DBC=<full name and path of existing standard dbc_file> java oracle.apps.fnd.security.AdminDesktop <apps user>/<apps pwd> \ CREATE \ NODE_NAME=<node name of the external application server> \ [IP_ADDRESS=<IP address of external application server>] \ DBC=<full name and path of existing standard dbc_file>
- Copy the database connection file.
- Recreate Oracle DMW SSL Keystore configurations using JDK 17.x. For instructions, see section 3.8.2 Enable SSL for DMW in Oracle Life Sciences Data Hub and Oracle Life Sciences Data Management Workbench SSO Configuration with IDCS (Document ID KB457314) on My Oracle Support.
Parent topic: Upgrade Oracle WebLogic Server