Maximum size of xmltype column in oracle 11gr1?
Was wondering if anyone knows the max allowa开发者_StackOverflowble 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.
Here's a page with the datatypes defined.
It says the maximum size is 4GB .
精彩评论