SecureFile option with XMLType Binary storage for registered Schema tables
655829Sep 30 2008 — edited Oct 1 2008Hi,
Currently i could able to create an secure file XMLType table with the below command
CREATE TABLE xmlsecuretable OF XMLType
XMLTYPE STORE AS SECUREFILE BINARY XML;
But if I am having an schema file(XSD) with annotation xdb:defaultTable="xmlsecuretable", and registering it with binary storage option. Is it possible to make "xmlsecuretable" table storage as "SECUREFILE"?