Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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