XMLType is a system-defined data type for handling XML data in Oracle databases.
I'm trying to add an XMLType column into a table, but it returns an error. Why? This is the query: …
sql oracle xmltypeI use Oracle 11g (on Red Hat). I have simple regular table with XMLType column: CREATE TABLE PROJECTS ( PROJECT_ID …
oracle xmltype