Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> XSU for PL/SQL or Java Question

XSU for PL/SQL or Java Question

From: g3000 <carlton_gregory_at_yahoo.com>
Date: 22 Jul 2005 20:50:50 -0700
Message-ID: <1122090650.842568.305890@g14g2000cwa.googlegroups.com>


if I have this

my_table

col1     number
col2     date
col3     clob

ctx := dbms_xmlquery.set_context("Select * from my_table");

myclob := dbms_xmlquery.getXml( ctx);

what would col3 data look like in the returned XML document?

The answer is <col3> (CLOB) </col3>

What I want to know is how can I get the actual ASCII characters for col3 instead of the word CLOB in parenthesis? Received on Fri Jul 22 2005 - 22:50:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US