Hello,
I have tra to extend varchar2 to 4000.
I have do this command
ALTER SYSTEM SET max_string_size=extended SCOPE=SPFILE;
And after my database are down
When I have try to connect and start it with SQLPlus, the result :
SQL> startup
ORACLE instance started.
Total System Global Area 536870912 bytes
Fixed Size 2926472 bytes
Variable Size 452987000 bytes
Database Buffers 75497472 bytes
Redo Buffers 5459968 bytes
Base de donnees montee.
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-14694: database must in UPGRADE mode to begin MAX_STRING_SIZE migration
ID de processus : 943
ID de session : 357, Numero de serie : 13708
Please, someone have an idea what I need to do now?