Hello all,
I'm copying a 6mm row dataset over a database link, and we've found using the performance using PL/SQL to be very poor.
However, if we run a SQLPlus script with SET ARRAYSIZE = 1500 we get satisfactory performance.
I found some references to the READBUFFER parameter; is there a way I can set this either in Oracle or PL/SQL Developer? That way we could improve the performance of other data copies done using PL/SQL.
Thanks,
Peter
I'm copying a 6mm row dataset over a database link, and we've found using the performance using PL/SQL to be very poor.
However, if we run a SQLPlus script with SET ARRAYSIZE = 1500 we get satisfactory performance.
I found some references to the READBUFFER parameter; is there a way I can set this either in Oracle or PL/SQL Developer? That way we could improve the performance of other data copies done using PL/SQL.
Thanks,
Peter