FMW 11g Upgrade Master Index
One of the pre-requisite task in moving to fusion middleware 11g is converting the existing 10g Infrastructure Database to AL32UTF8 character set.
This document has all the information to do it.
Changing the NLS_CHARACTERSET to AL32UTF8 / UTF8 (Unicode) [ID 260192.1]
I had to follow the instructions as per the above doc.
There were two issues for me
1. Package PORTAL.WWCTX_API_PROXY and ORASSO.WWCTX_API_PROXY has to be dropped and recreated after the upgrade.
Solution to solve this is drop the packages and convert the database to AL32UTF8 character set. Then recreate it using note 751442.1
2. Some Portal Tables and ODS Tables were marked as CONVERTABLE by the CSSCAN utility.
Proposed solution as per the document is to export the tables , truncate the rows , convert the database and then import the tables back.
Looks simple but I was worried since some tables where from PORTAL and ODS
ODS.CT_CN(ATTRVALUE) - VARCHAR2 - CONVERTIBLE
ODS.CT_DN(RDN) - VARCHAR2 - CONVERTIBLE
ODS.CT_MIDDLENAME(ATTRVALUE) - VARCHAR2 - CONVERTIBLE
ODS.CT_ORCLNORMDN(ATTRVALUE) - VARCHAR2 - CONVERTIBLE
ODS.CT_SN(ATTRVALUE) - VARCHAR2 - CONVERTIBLE
ODS.CT_UID(ATTRVALUE) - VARCHAR2 - CONVERTIBLE
ODS.DS_ATTRSTORE(ATTRVAL) - VARCHAR2 - CONVERTIBLE
ORASSO.WWSSO_PSEX_USER_INFO$(SSO_USERNAME) - VARCHAR2 - CONVERTIBLE
PORTAL.WWA_FORM$(JS_CODE) - CLOB - CONVERTIBLE
PORTAL.WWA_FORM$(JS_LIB) - CLOB - CONVERTIBLE
PORTAL.WWA_FORM$(LAYOUT_BODY) - CLOB - CONVERTIBLE
PORTAL.WWA_FORM$(LAYOUT_FOOTER) - CLOB - CONVERTIBLE
PORTAL.WWA_FORM$(LAYOUT_HEADER) - CLOB - CONVERTIBLE
PORTAL.WWV_TEXT(TEXT) - CLOB - CONVERTIBLE
PORTAL.WWV_THINGS(NAME) - VARCHAR2 - CONVERTIBLE
PORTAL.WWV_THINGS(TITLE) - VARCHAR2 - CONVERTIBLE
Here is what I did
- exported the tables using expdp
- portal tables were giving zero rows in the export
- security policy was stopping from expdp to export the rows
- ran "grant exempt access policy to system;"
- exported the portal tables as system user
- tried to truncate the tables but constraints were stopping me
- so disabled all the constraints for the relevant tables
- truncated the rows
- converted the database to AL32UTF8 characterset
- imported the tables using impdp with exist action as truncate
- all tables went fine except WWV_THINGS
- there were some triggers on that table so disabled them
- re-imported wwv_things
- verified the exported and imported tables row count
- enabled the triggers
- enabled all the constraints that were disabled
- started the middletire
- validated portal and oid
Infra DB Looks good now for the FMW Upgrade 11g.
The voice in my head may not be real , but they have some good ideas !!!
Fail Fast, Fail Forward, Fail Often, Fail Better , Standup Every Time
Every problem has at least one solution. Only some solutions are harder to find.
Friday, July 8, 2011
Fusion Middleware 11g Upgrade
I am recently working on a Fusion Middleware 11g Upgrade Project and in the up coming posts I will share my experience on the same.
Here I will highlight some of the tasks
Current System
- Oracle Application Server 10.1.2
- Discoverer 10.1.2.0.2
- Portal 10.1.4.2.0
- Oracle Internet Directory 10.1.2.3.0
- SSO 10.1.2.3.0
Proposed System
- Weblogic 11g
- Discoverer 11.1.1.4.0
- Portal 11.1.1.4.0
- Oracle Internet Directory 11.1.1.4.0
- Oracle Access Manager 11.1.1.3.0 ( later moved to Oracle Access Manager 11.1.1.5.0 because of BUGs)
Moving higher version means more complex the environment as Fusion Middleware 11g has a complete new architecture.
I did the upgrade on the development system and the upgrade process was long. There were a lot of bugs and it took a lot of time to resolve them with Oracle Support. But overall the upgrade is a success. The documented procedures and work around would help me to do the upgrade on Test and Production in a short time frame.
Here are the list of tasks
Part 1. Converting the existing 10g Infrastructure Database to AL32UTF8 Character Set
Part 2. Portal Schema Validation Pre-Requisite Check
Part 3. Discoverer 11g Schema creation with RCU
Part 4. Setting up JDK
Part 5. WebLogic Setup for Portal and Discoverer Middletire
Part 6. Installing Portal and Discoverer Middletire
Part 7. Running Middletire Configuration Assistance
Part 8. Middletire Upgrade Assistance
Part 9. Middletire Schema Upgrade Assistance
Part 10. Middletire 11.1.1.4.0 PatchSet Installation
Part 11. IDM Setup
List of Issues
FMW 11g Discoverer Plus Error Loading Applet
FMW 11g Post Install using the Verify Option in Upgrade Assistance gives failure message for Discoverer
FMW 11g Portal and Discoverer Post Upgrade verification failed with ORA-7445
FMW 11g Discoverer Upgade Failed while updating ptm5_instance
FMW 11g Discoverer Version 11.1.1.4.0 Check
Further steps to be updated
Here I will highlight some of the tasks
Current System
- Oracle Application Server 10.1.2
- Discoverer 10.1.2.0.2
- Portal 10.1.4.2.0
- Oracle Internet Directory 10.1.2.3.0
- SSO 10.1.2.3.0
Proposed System
- Weblogic 11g
- Discoverer 11.1.1.4.0
- Portal 11.1.1.4.0
- Oracle Internet Directory 11.1.1.4.0
- Oracle Access Manager 11.1.1.3.0 ( later moved to Oracle Access Manager 11.1.1.5.0 because of BUGs)
Moving higher version means more complex the environment as Fusion Middleware 11g has a complete new architecture.
I did the upgrade on the development system and the upgrade process was long. There were a lot of bugs and it took a lot of time to resolve them with Oracle Support. But overall the upgrade is a success. The documented procedures and work around would help me to do the upgrade on Test and Production in a short time frame.
Here are the list of tasks
Part 1. Converting the existing 10g Infrastructure Database to AL32UTF8 Character Set
Part 2. Portal Schema Validation Pre-Requisite Check
Part 3. Discoverer 11g Schema creation with RCU
Part 4. Setting up JDK
Part 5. WebLogic Setup for Portal and Discoverer Middletire
Part 6. Installing Portal and Discoverer Middletire
Part 7. Running Middletire Configuration Assistance
Part 8. Middletire Upgrade Assistance
Part 9. Middletire Schema Upgrade Assistance
Part 10. Middletire 11.1.1.4.0 PatchSet Installation
Part 11. IDM Setup
List of Issues
FMW 11g Discoverer Plus Error Loading Applet
FMW 11g Post Install using the Verify Option in Upgrade Assistance gives failure message for Discoverer
FMW 11g Portal and Discoverer Post Upgrade verification failed with ORA-7445
FMW 11g Discoverer Upgade Failed while updating ptm5_instance
FMW 11g Discoverer Version 11.1.1.4.0 Check
Further steps to be updated
Subscribe to:
Posts (Atom)
Popular Posts
-
ADOPValidations_detailed.log reported a warning message for one of the critical error "Cross Reference" ValidateFSConfigFile...
-
FS_CLONE Phase It is a stand-alone command used for file system cloning. Standard cloning (using adcfgclone.pl) cannot be used to synch...
-
Oracle WebLogic Server Requirements and Usage Oracle E-Business Suite Release 12.2 requires WebLogic Server Basic. This is a licens...
-
Scenario You have been asked to apply a patch and you completed the prepare phase and apply phase. Now customer has given a downtime f...
-
Unleashing the Power of AI Within Your Oracle Database: Introducing oracle_ai_plsql_agent The world of Artificial Intelligence (AI) is rapi...
-
[oracle@testebsop3app01 ~]$ perl /u01/install/APPS/fs1/EBSapps/comn/clone/bin/adcfgclone.pl appltop /u01/install/APPS/fs1/inst/apps/SATURN_...
-
If you are an EBS administrator the first thing some asks you to do a health check of an environment , you return to him with a Request ID o...
-
EBS 12.2 ADOP Cycle Errors During Validation Cannot open XML file for load ADOP cycle will have validation errors in some cases. *****...
-
PRVG-2031 : Owner of file "/u01/app/oracle/diag/crs/rac01/crs/lck" did not match the expected value on node "HOST1". [Ex...
-
EBS 12.2 ADOP SQL to Find Session Details A Simple and Useful SQL to find the list of Patches and Actions that are performed in each Patchi...