Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 43 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 281 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 106 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Disable Parallel Queries in BIAPPS ETL packages,
TABLE_MAINT_PROC - Often used for the routine table operations like creating index etc. This is automatically executing Create index commands in parallel mode with Degree 6. It is not getting enough resources on the DB and Often fails (as the Parallel query dies).
Would like to haveb the procedure in ODI TABLE_MAINT_PROC not pass any parallel query at all. Is there a way to customize the packages OR call it in such a way to disable parallel degree in Queries.
Answers
-
Hi -
Can you review the below parameter in your BIACM:

My understanding is that this can be set to 0/null.
I'd invite further discussion from the group to understand if this is the ideal solution for your issue - 6 seems a bit high. I have mine set at 2 ... and we have some very large tables/indexes.
Do you have access to the data warehouse database? If so, can you check the following:
SQL> show parameter parallel
Regards,
Charles
0