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

Home -> Community -> Mailing Lists -> Oracle-L -> sqlplus output from query with xmlelement

sqlplus output from query with xmlelement

From: Magaliff, Bill <Bill.Magaliff_at_lendware.com>
Date: Tue, 24 Sep 2002 13:09:03 -0800
Message-ID: <F001.004D841B.20020924130903@fatcity.com>


I've just begun playing with XML stuff in 9i (9.2.0) so please forgive what might be an obvious question . . .
I have a query to select data - returns two rows, in XML format (using XMLELEMENT for each field).

The results for each row get truncated, and I can't figure out which parameter controls this output - tried various SQL*Plus params (linesize, pagesize, etc) but no luck.

this is the output -

LOANAPP



<LoanApplication>
<LoanRec>24977</LoanRec>
<LoanID>L024977</LoanID>
<Borro

<LoanApplication>
<LoanRec>24977</LoanRec>
<LoanID>L024977</LoanID>
<Borro

thanks

bill

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Magaliff, Bill
  INET: Bill.Magaliff_at_lendware.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Sep 24 2002 - 16:09:03 CDT

Original text of this message

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