Skip to Main Content

Oracle Database Discussions

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!

Reg: DB parameters.

915396May 11 2016 — edited May 12 2016

Hi Experts,

I am working on a new procedure which does everything with single-SQLs, and no PL/SQL loops.

It is a big query and works on 3 major tables - X, X1, X2 - where, X1 is a child of X and X2 is a child of X1.

Rowcount: X = 200K, X1 = 600K, X2 = 1800K

Table X grows at 70K records per day. and X1/X2 accordingly. If required, I can give a blueprint of that query. Let me know.

Now, what i'm concerned is how are the DB parameters sized? Coz. the query is complex and lot of memory might be required to sort/aggregate etc.

Could you please advise, on what basis the below parameters should be sized/tuned ?

sga_target00TRUETarget size of SGA
memory_target1717986918416GFALSETarget size of Oracle SGA and PGA memory
memory_max_target3435973836832GFALSEMax size for Memory Target
bitmap_merge_area_size10485761048576TRUEmaximum memory allow for BITMAP MERGE
hash_area_size131072131072TRUEsize of in-memory hash work area
sort_area_size6553665536TRUEsize of in-memory sort work area
pga_aggregate_target00TRUETarget size for the aggregate PGA memory consumed by the instance
workarea_size_policyAUTOAUTOTRUEpolicy used to size SQL working areas (MANUAL/AUTO)

Thanks and Regards,

-Ranit

( on Oracle 11.2.0.4.0 )

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2016
Added on May 11 2016
23 comments
599 views