Cómo activar el VARCHAR2 EXTENDIDO
El parámetro max_string_size se debe habilitar a nivel PDB, evitar hacerlo a nivel CDB.
alter session set container=<nombre_pdb>;
show parameter MAX_STRING_SIZE
alter system set MAX_STRING_SIZE=EXTENDED scope=spfile sid='*';
alter pluggable databas...
dbadetrinchera.com1 min read