Index on COMPONENT_INSTANCE Table
(Doc ID 1547366.1)
Last updated on APRIL 23, 2019
Applies to:
Oracle Business Process Management Suite - Version 11.1.1.6.0 to 11.1.1.7.0 [Release 11gR1]Information in this document applies to any platform.
Symptoms
During the investigation of a performance problem, it was identified that the SQL SELECT statement below was slow and its execution plan showed that it does a full table scan on COMPONENT_INSTANCE:
SELECT ID, SOURCE_ACTION_NAME, SOURCE_ACTION_TYPE, COMPOSITE_INSTANCE_ID, ADDITIONAL_PROPERTIES, PARENT_ID, ERROR_MESSAGE, COMPONENT_TYPE, STACK_TRACE, STATE, CREATED_BY, CREATED_TIME, CONVERSATION_ID, UPDATED_BY, COMPONENT_DN, UPDATED_TIME, ECID, CPST_PARTITION_DATE FROM COMPONENT_INSTANCE WHERE (ID =:1);
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |