ORA-13509: Error Encountered During Updates To A AWR During Upgrade From 12.1 To 12.2
(Doc ID 2643760.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
During upgrade from 12.1 to 12.2 error raises:
ORA-13509: error encountered during updates to a AWR during upgrade from 12.1 to 12.2
Identifier CATPROC 19-12-05 10:43:04
SCRIPT = [<oracle_home>/rdbms/admin/execsvrm.sql]
ERROR = [ORA-13509: error encountered during updates to a AWR table ORA-06512: at line 4
ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_SWRF_INTERNAL", line 105
ORA-06512: at "SYS.DBMS_SWRF_INTERNAL", line 253
ORA-06512: at line 2
]
STATEMENT = [BEGIN
dbms_swrf_internal.register_local_dbid;
EXCEPTION
WHEN OTHERS THEN IF (SQLCODE = -65040) THEN NULL; ELSE RAISE; END IF;
END;]
Identifier CATPROC 19-12-05 10:43:04
SCRIPT = [<oracle_home>/rdbms/admin/execsvrm.sql]
ERROR = [ORA-13509: error encountered during updates to a AWR table ORA-06512: at line 4
ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_SWRF_INTERNAL", line 105
ORA-06512: at "SYS.DBMS_SWRF_INTERNAL", line 253
ORA-06512: at line 2
]
STATEMENT = [BEGIN
dbms_swrf_internal.register_local_dbid;
EXCEPTION
WHEN OTHERS THEN IF (SQLCODE = -65040) THEN NULL; ELSE RAISE; END IF;
END;]
Changes
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 |
References |