Access Denied on creating XMLTYPE from CLOB
Normally, the Anonymous user is
created by default during the Database Creation step on install of a new
Instance. If, as required by a Security Configuration Standard, the Anonymous
user is removed, then trying to create XMLTYPE data from a CLOB fails with an
Access violation. However, if the Anonymous user is reinstalled with minimum
privileges (i.e. just 2 GRANTS in the install script), then the XMLTYPE data
creation works.
Is there a work-around?
0