my database has PARALLEL_AUTOMATIC_TUNING = TRUE and parallel_adaptive_multi_user = TRUE.
This means oracle decides how to process in parallel according to the literature.
I see that all the tables in my database have been created as NOPARALLEL. I assume this prevents oracle from making use of the above two parameter values.
On top of this parallel_max_servers = 48. Does this value therefore mean that only 48 parallel servers can run, thereby overriding the first two parameters above. If so, should the first two parameters be set to FALSE, and then make use of only the parallel_max_servers parameter?
I'm confused?![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
This means oracle decides how to process in parallel according to the literature.
I see that all the tables in my database have been created as NOPARALLEL. I assume this prevents oracle from making use of the above two parameter values.
On top of this parallel_max_servers = 48. Does this value therefore mean that only 48 parallel servers can run, thereby overriding the first two parameters above. If so, should the first two parameters be set to FALSE, and then make use of only the parallel_max_servers parameter?
I'm confused?