Error in pre upgrade tool execution while running dbua
Error:
ERROR - Unable to run the preupgrade due to:ERROR - Unable to run preupgrade due to: ORA-06512: at "SYS.UTL_FILE", line 106 ORA-06512: at "SYS.UTL_FILE", line 746 ORA-06512: at "SYS.DBMS_PREUP", line 3441 ORA-06512: at "SYS.DBMS_PREUP", line 11283 ORA-06512: at line 8 declare * ERROR at line 1: ORA-29284: file read error ORA-06512: at line 56
Solution:
1.
Unset the env variable ORA_NLS10
[oraprod@tsterpdb1 19.3.0]$ unset
ORA_NLS10
[oraprod@tsterpdb1 19.3.0]$ echo
$ORA_NLS10
2.
Rerun dbua upgrade
Comments
Post a Comment