setting a default degree of parallelism on oracle
dear all,
is there any way to set a default of parallelism on a database, or how to enable the automatic parallelism ... I've set parallel_degree_policy to AUTO but even though parallelism is not tunned well for long running queries!
Machine has 8 Cores * 2 Threads, OS Linux x86_64, Total Memory 1 TB.
Oracle Database Version 11.2.0.4.
sga_target = 700G
pga_aggregate_target = 160G
_pga_max_size = 32G
workarea_size_policy = AUTO
_smm_max_size = 16777216
the DB is physical standby, how to fix a degree of parallelism on it without fix it on the primary.
is there is better way than creating a view with parallel hint on the primary database for each table.