Oracle 10g: Extract data (select) from XML (CLOB Type)
问题 I'm new in Oracle and I've - maybe trivial - a problem in a select. (I'm using Oracle 10g Express Edition). I've a DB with a field CLOB: mytab.xml This column have an XML like this: <?xml version="1.0" encoding="iso-8859-1"?> <info> <id> 954 </id> <idboss> 954 </idboss> <name> Fausto </name> <sorname> Anonimo </sorname> <phone> 040000000 </phone> <fax> 040000001 </fax> </info> I'm trying to do a 'simple' select to get, for example, the value of 'fax' tag. But I've a bit of problem and I'm not