I would appreciate insights on the following
@tkprasad , Welcome to the Oracle Analytics Community!
I can see there are three approaches how Oracle AIDP integrates with existing DL.
Approach #1: Oracle AIDP → Data Lake
Oracle AIDP is the trusted source, lake consumes it and it prepares the data, the lake uses it.
How it works:
Oracle AIDP cleans and organizes the data first. Then you send that clean data to the lake.
Why this is good:
The lake gets clean, business-ready data.
KPIs stay consistent with OTBI .
Less confusion about “which number is correct”
Approach #2: Data Lake → Oracle AIDP
Lake is primary, Oracle AIDP is enhanced with it. Lake does the heavy lifting, Oracle AIDP adds Fusion intelligence.
The lake prepares non-Fusion data. Then Oracle AIDP connects to that curated lake data for reporting.
No duplicate transformation work
Governance stays centralized
Fusion + non-Fusion data can be reported together
Approach #3: Two-Way Integration
Oracle AIDP and Lake feed each other. It is complex and powerful but risky only for mature organizations.
Risk:
Data loops (data moving back and forth endlessly)
Different KPI calculations in different places
Complex maintenance
you could also utilize OCI Data Flow SQL Endpoints
We have Iceberg tables stored in OCI Object Storage with the standard structure: table/ ├── data/ └── metadata/ I found the AIDP sample notebook for working with Iceberg through Spark using a Hadoop Catalog, which is an example to support reading and writing Iceberg tables from notebooks. [github.com] However, I have not…
Hello Oracle Community, I’m currently exploring the Oracle AI Data Platform (AIDP) Workbench, with a particular focus on building customer catalogs, workflows, and AI agents. I’d appreciate any guidance, documentation, or lessons learned around AIDP best practices and performance benchmarks, particularly in areas such as…
Hello Oracle Community,I am currently exploring the Oracle AI Data Platform (AIDP) Workbench and working on organizing data assets and security configurations. I would love to hear from the community: What are the best practices for structuring Master Catalogs versus Standard Catalogs, and how can we effectively implement…
Hi, -Does Oracle AI Data Platform contain pre-built KPIs , workbooks for oracle Fusion modules (like ERP , HCM) ? Regards, Tamer
Hi AIDP experts, I am at KScope26 and was advised by the host at the Oracle AI/Analytics booth to ask this here. We are very interested in the Fusion Read Only Data Store functionality for Fusion ERP data, but want to have a greater understanding of it. Data Extraction Using Read-Only Replicated Data I am having a hard…