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!

UTL_FILE append data to an excel

913578Mar 21 2018 — edited Mar 21 2018

HI,

I have to generate a report from my database taking some statistics.

I have to take the count of records every month and append it to an excel sheet at its last line.

I know writing to excel file using UTL_FILE package, but i am not sure whether we can append the data to an existing excel file.

if it is first time, create--> open--> write

else if file already exists

open--> append at last line

Can you suggest, if we have any method UTL_FILE to append the data to an existing excel file.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2018
Added on Mar 21 2018
3 comments
610 views