Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 312 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Can we get the consistent snapshot across PVO
HiteshKhandelwal
Rank 1 - Community Starter
We are performing PVO extractions every two hours; however, we are encountering reconciliation discrepancies during our quality checks due to the high frequency of data updates as system is constantly being used by users. To resolve this, we intend to utilize Oracle Flashback Technology to query data as of a specific timestamp, ensuring our validation matches the extraction window.
When attempting to execute the following query against the ApplicationDB_FSCM data source:
SQL
SELECT * FROM ap_invoices_all AS OF TIMESTAMP TO_TIMESTAMP(:P_AS_OF_DATE, 'YYYY-MM-DD HH24:MI:SS')
We receive an "insufficient privileges" error.
Clarification required on below points :
- Data Source Confirmation: if
ApplicationDB_FSCMsupports Flashback Query or if we should be pointing to a different schema/data source for this purpose. - Permissions: What specific roles or system privileges (e.g.,
FLASHBACKorSELECT ANY TRANSACTION) are required for our integration user to execute "AS OF TIMESTAMP" queries on theap_invoices_alltable? - Configuration: Are there any specific profile options or database settings in this environment that need to be enabled to support this?
Is there any other mechanism through which we can reconcile the extract data with oracle fusion if we are performing the reconciliation after say 30 mins.
Tagged:
0