RE: Max_string_size to Standard
Date: Thu, 28 Nov 2019 22:12:08 -0800
Message-ID: <136101d5a67b$ef9e12c0$ceda3840$_at_comcast.net>
Not in the database you converted.
As the Support note states you can recover a backup from before the change was made.
You of course can build a new database and port the data, but you have to deal with all the object definitions that changed from the original standard to extended change
https://docs.oracle.com/database/121/REFRN/GUID-D424D23B-0933-425F-BC69-9C0E6724693C.htm#REFRN10321
Altering MAX_STRING_SIZE will update database objects and possibly invalidate them, as follows:
And of course any place that anyone has used the extended character length and any data that might be stored in any of those extended character length columns.
From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> On Behalf Of Arpit Aggarwal
Sent: Thursday, November 28, 2019 7:48 PM
To: oracle-l_at_freelists.org
Hi Friends,
Can someone confirm me if there is any alternative way to change max_string_size from extended to standard ?
I understand from Oracle docs that it's not possible to change it back once it has been updated from standard to extended.
Just wanted to check if someone else has come across this issue ?
Regards,
Arpit
Subject: Max_string_size to Standard
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Nov 29 2019 - 07:12:08 CET