How to remove Monthly Partition from BackOfficeTransaction_CancelledTransactionReversalCreditUpd
(Doc ID 2815832.1)
Last updated on NOVEMBER 28, 2022
Applies to:
Oracle Financial Services Behavior Detection Platform - Version 8.0 and laterInformation in this document applies to any platform.
Goal
DBA recommended below points to address long run of below query/datamap
Monthly Partition should be removed from below datamaps , so that SQL can be baselined.
BackOfficeTransaction_CancelledTransactionReversalCreditUpd
BackOfficeTransaction_CancelledTransactionReversalDebitUpd
e.g
From MERGE INTO BACK_OFFICE_TRXN PARTITION (P202109) a USING (
To MERGE INTO BACK_OFFICE_TRXN PARTITION a USING (
Solution
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
Goal |
Solution |
References |