Prerequisites
Prophecy connects to Oracle using the database credentials you provide. These credentials are used to authenticate your session and authorize all data operations performed during pipeline execution. To use an Oracle connection effectively, your user account must have:- Read access to query data from tables
- Write access to insert, update, or delete data
Feature support
The table below outlines whether the connection supports certain Prophecy features.Connection parameters
To create a connection with Oracle, enter the following parameters:Data type mapping
When Prophecy processes data from Oracle using SQL warehouses, it converts Oracle-specific data types to formats compatible with your target warehouse. This table shows how Oracle data types are transformed for Databricks, BigQuery, and Snowflake.For Oracle
number types with explicit precision and scale, Prophecy preserves those values when mapping to Snowflake. For example, Oracle number(10,2) maps to Snowflake number(10,2).Learn more in Supported data types.

