Skip to Main Content

SQL & PL/SQL

Announcement

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!

Send my output query into a clob var

user518321Jan 22 2010 — edited Jan 25 2010
Hello team

I need to send my output query into a clob var in order to transfer it to other process

my query looks like

select a.c1
||','
a.c2
||','
a.c3
||','
a.c4
from account a

It finds 20 thousand records approximately

Now, I have not in mind on xml format, I Not want use a result set like Ref cursor.


Idea is The procedure calling would recived a clob that has folloing data:

x,y,z,w<cr>a,b,c,d<cr> ....

<cr> means carrie return (skip line) char

Any body has an Idea in order to get a solution?

I appreciatte any suggest.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2010
Added on Jan 22 2010
14 comments
2,093 views