Skip to Main Content

SQL Developer

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!

Changing sql array fetch size per query or worksheet

Kirk FritscheJun 13 2014 — edited Jun 17 2014

I have a pipelined table function, used for debugging, which does some work over a potentially long period of time where pipe row is called periodically throughout the execution.

If the preferences for the sql array fetch size is set to 1 then the result tab shows each row as it is piped out which is exactly what I want.

For general development I prefer a value of 500.

Is there a way to set this value within a SQL Worksheet so that I don't have to navigate through the preferences window and then reset my connection?

I tried using the SQL*Plus set arraysize, but that had no effect on the query result window and running as a script was not useful either.

This post has been answered by Gary Graham-Oracle on Jun 16 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2014
Added on Jun 13 2014
2 comments
1,482 views