I would like to store an xml file in oracle database and I did the following : create table MyTab (filename varchar(64), xml XMLType);