Running utl32k.sql Gives Errors ORA-00942, ORA-02019
(Doc ID 2543649.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.1 to 18.5.0.0.0 [Release 12.1 to 18]Information in this document applies to any platform.
Symptoms
Trying to change the max_string_size parameter to extended.
Get errors running utl32k.sql
ERROR at line 1:
ORA-00942: table or view does not exist
ORA-06512: at line 215
ORA-06512: at line 215
ORA-02019: connection description for remote database not found
ORA-06512: at "UTL32K_PARSEQUERY", line 15
Subsequent startup of database gives following errors:
ORA-00603: ORACLE server session terminated by fatal error
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-14695: MAX_STRING_SIZE migration is incomplete
Startup upgrade and check utl32k_errors:
SQL> select UNAME,TNAME,CNAME,DATA_TYPE,DATA_LEN,ERROR from utl32k_errors;
UNAME TNAME CNAME DATA_TYPE DATA_LEN ERROR
-------- ---------- ------- --------- -------- ----------------------------------------------------------------------
<UNAME> <TNAME> <CNAME> VARCHAR2 4000 ORA-01441: cannot decrease column length because some value is too big
Changes
Running utl32k.sql
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 |