In your first alternative, you will need to use the LOB data type for the column that stores the web pages. If you use VARCHAR2 , you will lose formatting.
In the second alternative to the XMLTYPE column XMLTYPE you can select the LOB/CLOB repository or you can partition it into relational tables and object representations. XMLTYPE not saved in external files.
The second alternative will give you the opportunity to search for XML documents using XPath expressions and index XML tags. Thus, it is more powerful than the first alternative.
source share