Reputation: 713
Was wondering if anyone knows the max allowable size for a xmltype column in oracle 11gr1 stored as binary XML? Searched the web and developer's guide but couldn't find a definitive answer.
Upvotes: 3
Views: 17896
Reputation: 296
Here's a page with the datatypes defined.
It says the maximum size is 4GB .
Upvotes: 6