arraysize in plsql developer? [message #310583] |
Tue, 01 April 2008 13:50 |
coleing
Messages: 213 Registered: February 2008
|
Senior Member |
|
|
Hi All,
Does anyone know if its possible to do an equivalent of "set arraysize 1" in plsql developer?
Or even better, within plsql itself.
I am guessing not as I think its a client variable, but thought i'd check with the experts.
I have created a "tail" pipelined function to tail a table as rows are added to it, but I can only see rows when it hits whatever the default arraysize is.
In sqlplus, I can see the rows straight away after setting arraysize 1.
|
|
|