R12 E-Business Suite Upgrade To 19c Autoconfig Run Fails With Error 'tackTrace: java.lang.NullPointerException at oracle.apps.ad.context.GenerateContext.getPDBCDB' Due To Missing 'SELECT_CATALOG_ROLE' In Adgrants.sql
(Doc ID 2672303.1)
Last updated on MAY 04, 2024
Applies to:
Oracle Applications DBA - Version 12.1.3 to 12.1.3 [Release 12.1]Information in this document applies to any platform.
Symptoms
E-Business Suite 12.1.3 Applications DBA, Upgrade related issues
When upgrading the database from 11.2.0.4 to 19c with EBS version 12.1.3 using Doc ID 2580629.1, Autoconfig failed with the following error:
"Autoconfig could not create context file."
In directory $OH/appsutil/log the adbldxml.log file contains the following details:
..............................................................................
----------------------------------------
..
FOLLOWING ERROR OCCURRED :
null
StackTrace:
java.lang.NullPointerException
at
oracle.apps.ad.context.GenerateContext.getPDBCDB(GenerateContext.java:2872)
at
oracle.apps.ad.context.GenerateContext.main(GenerateContext.java:2799)
..............................................................................
In some cases txkPostPDBCreationTasks.pl may also fail with the following error in the .out file:
SQL> grant execute on STANDARD to public;
grant execute on STANDARD to public
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-06554: package DBMS_STANDARD must be created before using PL/SQL
Changes
Upgraded the database to 19c
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |