Skip to Main Content

E-Business Suite

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Best way to write text output of concurrent program

user5386654Aug 29 2024

Hi,

I have a requirement in ORacle R12, where I need to write delimited text of a concurrent program to the output file. The volume of data is huge (100 k rows and above).

I have tried using BI publisher with excel output but all the rows are not captured. I have tried writing a Pl/SQl program and used FNDFILE. PUTLINE to the output file. But this approach also does not capture all the rows.

I am looking for a way preferably through PL/SQL to do this. Any ideas?

Regards

D

Comments
Post Details
Added on Aug 29 2024
0 comments
131 views