Quote Originally Posted by XMLTYPE View Post
Hello,

As per the bellow the default XML storage has been changed in 11gr2.

http://docs.oracle.com/cd/E11882_01/...2/whatsnew.htm


We have a application which works fine on r1 but not on r2 due to this change, we are going to investigate resolving the issue on the application in the future, in the mean time we need to be able to use the CLOB storage.

Does any one know where we can change this functionality back to the pre 11gR2 change?
I think this is an option to be specified at table creation time, like:

CREATE TABLE MYXMLTABLE OF XMLType
XMLTYPE store AS CLOB;