Transform Data with Data Transforms in Autonomous AI Database

Use Data Transforms in Data Studio to design graphical data integration and transformation processes for Oracle Autonomous AI Database. Data Transforms lets you create data loads, data flows, and workflows without writing code.

Data loads move data from source connections to target connections, data flows define how data is moved and transformed between systems, and workflows define the sequence in which data flows, data loads, and other steps are executed.

When you run these objects, the Oracle Data Transforms runtime agent orchestrates the jobs and generates the code for you.

This topic provides an entry point for understanding when and how to use Data Transforms with Autonomous AI Database. For complete reference, see the Data Studio documentation.

When to use Data Transforms

Use Data Transforms when you need a visual, low-code way to move, transform, schedule, and monitor data integration work for Autonomous AI Database.

For example, use it to:

Use other Autonomous AI Database loading or transformation options, such as SQL, PL/SQL, DBMS_CLOUD, Oracle Data Pump, or external orchestration tools, when you need a fully scripted, administrative, or application-driven workflow instead of a visual Data Studio workflow. See Load Data into Autonomous AI Database to learn about these data-loading options.

How Data Transforms works with Autonomous AI Database

Data Transforms is available from Database Actions in Data Studio for Autonomous AI Database. You can open it from the Data Transforms card on the Database Actions page or from the Data Studio menu in the Database Actions selector. To use the Data Transforms tool, sign in as the ADMIN user or as a user who has the DATA_TRANSFORM_USER role.

Data Transforms is also available as a separate OCI Marketplace listing called Data Integrator: Web Edition. If a Data Transforms instance from OCI Marketplace is registered with an Autonomous AI Database, the Data Transforms card in Database Actions continues to open that registered Marketplace instance. To use the embedded Data Transforms instance instead, unregister the Marketplace instance.

When you open Data Transforms for the first time, you must provide database user credentials. After the service starts, the Data Transforms home page opens, and you can view the Autonomous AI Database connection from the Connections tab.

See Access Oracle Data Transforms From Data Studio for access steps, required role, first-time sign-in behavior, and Marketplace registration behavior.

Before you begin

Before creating transformations, verify that:

Open Data Transforms

To open Data Transforms:

  1. Open Database Actions for your Autonomous AI Database.
  2. Select Data Studio.
  3. Select Data Transforms.
  4. Sign in as ADMIN or as a database user with the DATA_TRANSFORM_USER role.
  5. If prompted, provide the database user credentials required to use the Data Transforms connection.
  6. Use the Data Transforms home page to create or manage connections, projects, data loads, data flows, workflows, jobs, variables, and import or export operations.

For complete task steps, use the Data Studio documentation links in the following section.

What you can do in Data Transforms