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!

Spool file error - Buffer Overflow

Satyaki_DeDec 22 2006 — edited Dec 26 2006
I've a sql script that is running from a.sql file. The script fetches almost 9 million data as a result of the query. Main problem is related to spool file generation. It is saying buffer overflow. But, when i write that query from sql prompts it is running within 2 mins and completes the task within 15 mins.

I've written -

set serveroutput on size ######

But, still it is not working. Total application is freeze whenever i want to run it. Tell me any suggestion if u have.

Satyaki.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 23 2007
Added on Dec 22 2006
8 comments
903 views