Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

utl32k.sql script hangs when trying to extend max string size in Oracle 19c

Intention: Set MAX_STRING_SIZE = EXTENDED in Oracle 19c database


Steps:

CONNNECT SYS / AS SYSDBA

SHUTDOWN IMMEDIATE;

STARTUP UPGRADE;

ALTER SYSTEM SET max_string_size=extended;

START $ORACLE_HOME/rdbms/admin/utl32k.sql

SHUTDOWN IMMEDIATE;

STARTUP;


Symptom:

$ORACLE_HOME/rdbms/admin/utl32k.sql never finishes. It just keep run forever without any error message. 

It looks like no much running in the backgroud.


Detailed database info: Oracle 19.10. There're table with flashback data archive enabled in the database

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center