<< Back to previous view |
![]() |
[QA-67] The autoupgrade utility fails with "Warning: XDB now invalid" message Created: 06/Feb/25 Updated: 06/Feb/25 |
|
Status: | Closed |
Project: | Questions & Answers |
Fix Version/s: | None |
Type: | Oracle - Administration | Priority: | Major |
Reporter: | ubTools Support | Assignee: | ubTools Support |
Resolution: | Answered | Votes: | 0 |
Product Version: | 24.8.241119 |
Operating System: | Windows |
Host Name: | . |
Database Name: | . |
Description |
PROBLEM:
The autoupgrade utility fails with "Warning: XDB now invalid" message. DATABASES:
CONFIGURATION: global.autoupg_log_dir=C:\oracle\app\Ora-Admin\cfgtoollogs\autoupgrade upg1.manage_network_files=SKIP upg1.sid=REPO upg1.source_home=C:\oracle\product\12.2.0\dbhome_1 upg1.target_cdb=PRODCDB upg1.target_home=C:\oracle\app\Ora-Admin\product\19.0.0\dbhome_1 upg1.target_pdb_copy_option.REPO=file_name_convert=('C:\ORACLE\ORADATA\', 'D:\ORACLE\ORADATA\PRODCDB\') upg1.source_dblink.REPO=repo_link 600 upg1.start_time=30/01/2025 14:00:00 ERROR MESSAGE: DOS> %ORACLE_HOME%\jdk\bin\java -jar %ORACLE_HOME%\rdbms\admin\autoupgrade.jar -config REPO-autopgrade_config.txt -mode deploy AutoUpgrade 24.8.241119 launched with default internal options Processing config file ... +--------------------------------+ | Starting AutoUpgrade execution | +--------------------------------+ 1 Non-CDB(s) will be processed Type 'help' to list console commands upg> Copying remote database 'REPO' as 'REPO' for job 100 ... Errors in database [REPO] Stage [NONCDBTOPDB] Operation [STOPPED] Status [ERROR] Info [ Error: UPG-3005 Warning: XDB now invalid Cause: Error running noncdb_to_pdb.sql script |
Comments |
Comment by ubTools Support [ 06/Feb/25 06:34 PM ] |
ANALYSIS:
SQL> Rem =========================================================================== SQL> Rem BEGIN utlrp.sql SQL> Rem =========================================================================== SQL> ... SQL> SQL> Rem ===================================================================== SQL> Rem Run component validation procedure SQL> Rem ===================================================================== SQL> SQL> SET serveroutput on SQL> EXECUTE dbms_registry_sys.validate_components; Warning: XDB now invalid PL/SQL procedure successfully completed. Elapsed: 00:00:02.09 SQL> SET serveroutput off SQL> SQL> SQL> Rem =========================================================================== SQL> Rem END utlrp.sql SQL> Rem =========================================================================== Ref: <global.autoupg_log_dir>\REPO\100\noncdbtopdb\noncdbtopdb_repo_REPO.log
|
Comment by ubTools Support [ 06/Feb/25 07:30 PM ] |
WORKAROUNDS:
Workaround 1:
Workaround 2:
|
Comment by ubTools Support [ 06/Feb/25 08:35 PM ] |
ENHANCEMENT:
|