Oracle database support

Applies to: Dataedo 8.x versions, Article available also for: 10.x (current), 9.x, 7.x, 6.x, 5.x
You are looking at documentation for an older release.
Switch to the documentation for Dataedo 10.x (current).

Supported versions

Oracle 9i R1, 9i R2, 10g R1, 10g R2, 11g R1, 11g R2, 12c R1, 12c R2, 18c, 19c.

Supported editions

Express, Standard and Enterprise.

Supported schema elements and metadata

Dataedo reads following metadata from Oracle databases.

  • Tables
    • Columns
      • Data type with length
      • Nullable
      • Default value
      • Virtual column specification
    • Primary keys
      • Columns
    • Unique indexes
      • Columns
    • Unique constraints
      • Columns
    • Foreign keys
      • Columns
    • Triggers
      • When triggered
      • Script
  • Views
    • Columns (see tables)
    • Script
  • Procedures
    • Script
    • Parameters
  • Functions
    • Script
    • Parameters
    • Returned value
  • Dependencies

Comments

Dataedo reads and writes Oracle comments from/to following objects:

  • Tables
    • Columns
  • Views
    • Columns

Limitations

Following schema elements currently are not supported:

  • Check constraints (vote)
  • Non unique indexes (vote)
  • Materialized views (planned)
  • Packages (planned)
  • Primary keys on views (planned)
  • Indexes on views (planned)
  • Foreign keys with views (planned)

Required access level

Importing database objects requires certain access level in documented database. User specified in "Import objects from database" window should at least have "Connect" role, and "Create session" system privilege.

Importing objects definition from different schema requires either SELECT_ANY_DICTIONARY (recommended) or SELECT permission on any table and view and EXECUTE permission on any procedure and function that are to be documented.

No data is altered in source database during a synchronization process.

Following objects are accessed during schema import process:

  • all_constraints
  • all_cons_columns
  • all_objects
  • all_tab_columns
  • all_tab_comments
  • ALL_ARGUMENTS
  • ALL_CONSTRAINTS
  • ALL_CONS_COLUMNS
  • ALL_INDEXES
  • ALL_IND_COLUMNS
  • ALL_SOURCE
  • ALL_TRIGGERS
  • dual

Oracle Client

To connect to Oracle you need to have Oracle Client software installed on PC that you are connecting to Oracle database from.

Supported client software:

9i or newer.

Tnsnames.ora

tnsnames.ora configuration file is not used.

32 vs 64 bit

Dataedo release includes 2 executables - 32 bit and 62 bit. Connecting to Oracle requires using the same architecture as your Oracle client. It is not determined by the architecture of workstation Windows.

If you have 32 bit Oracle client run Dataedo (32 bit).

If you have 64 bit Oracle client run Dataedo (64 bit).

Learn more

Connect to Oracle

Found issue with this article? Comment below
0
There are no comments. Click here to write the first comment.