What is the appropriate syntax to set max_string_size = 'EXTENDED'
in v$parameter
?
I tried:
ALTER SYSTEM set value='EXTENDED',display_value='EXTENDED'
WHERE NAME='max_string_size';
But I get:
ORA-02065: illegal option for ALTER SYSTEM
Thanks.
UPDATE:
After this change, we get errors on Concurrent Request form when we go to View Details. FRM-41072: Cannot create Group job_notify
and FRM-41076: Error populating Group.
Anyone else seen this and have resolved? Per Metalink ticket the change is irreversible, the only way to fix is to restore from backup.