Question
3
Replies
41
Views
Morgan Stanley
Posted: June 17, 2020
Last activity: July 7, 2020
How to save XML of any size in a data type
Hi
I have a requirement to save XML which could be of any size in a Data Type.
The data type essentially is pointing to some external table which has an exposed column to store the xml.
As of now the column length is set to around 1000 but it does not work for all scenarios. We could increase it to 2000 which could also potentially fail with an xml message which is more in length.
How to handle such scenarios
Create column with data type CLOB and try it.