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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ADDM suggestion: Use bigger Fetch arrays.... what it means in PL/SQL perspective ?

user578260Apr 21 2017 — edited Apr 25 2017

After generating ADDM report for tuning a PL/SQL procedure we got following suggestion as a TOP recommendation. How do we achieve this in PL/SQL?

After som eresearch, we found that It seems we can increase arraysize in sqlplus easily but we are confused what all this means from PL/SQL perspective.

Below is an excerpt from the report:

Action

      Use bigger fetch arrays while fetching results from the SELECT statement

      with SQL_ID "grgzfgtgvxq8c".

      Related Object

         SQL statement with SQL_ID grgzfgtgvxq8c

The SQL is very big spanning about 200 lines. If it is needed I can post it here.

Thanks in advance !

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2017
Added on Apr 21 2017
6 comments
3,202 views