Generating XML data from the daatabase... [message #391733] |
Fri, 13 March 2009 04:19 |
ecearund
Messages: 5 Registered: February 2009 Location: Bangalore
|
Junior Member |
|
|
Hai masters,
See when i am trying to generating XML data from the database,
i am not getting output of the query entirely..
In the sense,
When i fired the following query..
select xmltype(cursor(select * from dept))
from dual;
I am getting o/p as
DBMS_METADATA.GET_XML('TABLE','EMP')
--------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0"?>
<ROWSET>
<ROW>
<DEPTNO>10</DEPTNO>
<DNAME>ACCOUNTING<
But some of the result does not appear..
Is there any setup problem.
But,if execute query excluding xml function,
i am getting the entire output..
Try to give solution for this...
|
|
|
|