Databases
Oracle
INFO
Please contact support@datafold.com if you use an Oracle version < 19.x.
INFO
Column-level Lineage is not currently supported for Oracle.
Steps to complete:
Run SQL script and create schema for datafold_group
To connect to Oracle, create a user with read-only access to all tables you wish to diff. Include read and write access to a Datafold-specific temp schema:
Datafold utilizes a temporary dataset to materialize scratch work and keep data processing in the your warehouse.
Configure in Datafold
Field Name | Description |
---|---|
Name | A name given to the data connection within Datafold |
Host | The hostname address for your database |
Port | Postgres connection port; default value is 1521 |
User | The user role created in our SQL script, named DATAFOLD |
Password | The password created in our SQL script |
Connection type | Choose Service or SID depending on your connection type; default value is Service |
Service (or SID) | The name of the database (Service or SID) you want to connect to, e.g. XEPDB1 or YOURCONTAINER |
Schema for temporary tables | The user/schema created in our SQL script - DATAFOLD |
Click Create. Your data connection is ready!