For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I have an existing table say TEST with data in it.
I have created one table CREATE TABLE t (row_num number,b XMLTYPE),
I want to store data row by row from TEST to t in xmltype.
Is it possible?