Skip to main content

Crawl Oracle

Create a crawler workflow to automatically discover and catalog your Oracle assets, including databases, schemas, tables, views, and columns.

Prerequisites

Before you begin, make sure you have:

Create crawler workflow

Create a new Oracle crawler workflow in Atlan by selecting the Oracle connector package, configuring your extraction method and connection details, and running the crawler to extract metadata.


  1. In the top right of any screen, navigate to New and then click New Workflow.
  2. From the list of packages, select Oracle Assets and click Setup Workflow.

Configure extraction

Select your extraction method and provide the connection details.

In Direct extraction, Atlan connects to your database and crawls metadata directly.

  • For Host Name, enter the host for your Oracle instance.
  • For Port, enter the port number of your Oracle instance.
  • For Username and Password, enter the credentials you created when configuring permissions.
  • For SID, enter the Oracle system identifier for your database.
  • For Default Database Name, enter the database name (usually the same as the SID).
  • Click Test Authentication to confirm connectivity to Oracle using these details.

Configure connection

Set up connection details including a descriptive name, admin access, and data access permissions.

  1. Provide a Connection Name that represents your source environment. For example, you might use values like production, development, gold, or analytics.
  2. To change the users able to manage this connection, update the users or groups listed under Connection Admins. If you don't specify any user or group, nobody can manage the connection, including admins.
  3. To prevent users from querying Oracle data, change Allow SQL Query to No. This option applies only to Direct extraction.
  4. To prevent users from previewing Oracle data, change Allow Data Preview to No. This option applies only to Direct extraction.
  5. Click Next at the bottom of the screen.

Configure crawler

Configure crawler settings to control which assets to include or exclude. If an asset appears in both filters, the exclude filter takes precedence.

  1. To select specific assets for crawling, click Include Metadata. By default, all assets are included.
  2. To exclude specific assets from crawling, click Exclude Metadata. By default, no assets are excluded.
  3. To ignore tables and views based on a naming pattern, enter a regular expression in the Exclude regex for tables & views field.

Run crawler

Run preflight checks to validate your configuration, then execute the crawler immediately or schedule it to run on a recurring basis.

  1. To verify permissions and configuration before running, click Preflight checks. This option is available for Direct extraction only.
  2. Choose your run option:
    • To run the crawler once immediately, click Run at the bottom of the screen.
    • To schedule the crawler to run hourly, daily, weekly, or monthly, click Schedule Run at the bottom of the screen.

Once the crawler completes, you can view the assets in Atlan's asset page.

See also