Autoupgrade fails with error - ORA-00904: "BUNDLE_SERIES": invalid identifier
(Doc ID 2846458.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
During 11.2.0.4 database upgrade to 19c, Autoupgrade fails with error -
NVL(bundle_series,'0')||'#'||
*
ERROR at line 3:
ORA-00904: "BUNDLE_SERIES": invalid identifier
] [ORCL] - ExecuteSql$SQLClient.run
2022-01-11 15:46:43.347 ERROR Errors executing [SELECT NVL(TO_CHAR(action_time, 'DD-MM-YYYY HH24:MI:SS'),'0') ||'#'||
NVL(action,'0')||'#'||
NVL(bundle_series,'0')||'#'||
NVL(comments,'0')||'#'||
NVL(id,0)
FROM sys.dba_registry_history h1
WHERE action = 'APPLY' AND
1=1 AND
comments like '%11.2.0.4%' AND
not exists(SELECT 1 FROM SYS.DBA_REGISTRY_HISTORY h2
WHERE h1.id = h2.id AND
h1.action_time < h2.action_time AND
1=1 AND
h2.action = 'ROLLBACK')
order by action_time, comments;
*
ERROR at line 3:
ORA-00904: "BUNDLE_SERIES": invalid identifier
] [ORCL] - ExecuteSql$SQLClient.run
2022-01-11 15:46:43.347 ERROR Errors executing [SELECT NVL(TO_CHAR(action_time, 'DD-MM-YYYY HH24:MI:SS'),'0') ||'#'||
NVL(action,'0')||'#'||
NVL(bundle_series,'0')||'#'||
NVL(comments,'0')||'#'||
NVL(id,0)
FROM sys.dba_registry_history h1
WHERE action = 'APPLY' AND
1=1 AND
comments like '%11.2.0.4%' AND
not exists(SELECT 1 FROM SYS.DBA_REGISTRY_HISTORY h2
WHERE h1.id = h2.id AND
h1.action_time < h2.action_time AND
1=1 AND
h2.action = 'ROLLBACK')
order by action_time, comments;
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 |
Cause |
Solution |