SOA 12.2.1.4: adding index on DLV_MESSAGE and DLV_SUBSCRIPTION
Hi,
We are running SOA 12.2.1.4, on a database 19c.
3 updates queries on DLV_MESSAGE and DLV_SUBSCRIPTION are consuming a lot of ressources. These 3 queries are doing a Table Access Full operation.
Is it possible to add indexes on these 2 tables without degrading other performances ?
The 2 indexes would be created on 2 columns : COMPONENT_NAME + COMPOSITE_NAME.
Thank you for your answer.