About the Oracle collector
Use this collector to gather metadata for Oracle objects, such as tables and columns, from an Oracle database, making them searchable and discoverable in data.world. It is suitable for both self-hosted Oracle instances and managed Oracle instances, like those hosted on AWS RDS.
Important
The Oracle collector can be run in the Cloud or on-premise using Docker or Jar files.
Note
The latest version of the Collector is 2.247. To view the release notes for this version and all previous versions, please go here.
What is cataloged
The collector catalogs the following information.
Note
The collector harvests all versions of overloaded functions and stored procedures. Each version has its own title/name in the catalog, but a distinct identifier.
Object | Information cataloged |
---|---|
Columns | Name, JDBC type, Column Type, Is Nullable, Default Value, Key type (Primary, Foreign), Column size, Column index Extended metadata: Comment |
Table | Name, Primary key, Schema Extended metadata: Comment |
Views | Name, Definitions Extended metadata: Description |
Schema | Identifier, Name |
Database | Type, Name, Identifier, Server, Port, Environment, JDBC URL |
Function | Name, Description, Function Type Extended metadata: Function definition, Package Name |
Stored Procedure | Name, Description, Stored Procedure Type Extended metadata: Procedure Definition, Package Name |
Synonym | Identifier Extended metadata: Name |
Package | Name, Specification Extended metadata: Body definition, Package Body |
Relationships between objects
By default, the harvested metadata includes catalog pages for the following resource types. Each catalog page has a relationship to the other related resource types. If the metadata presentation for this data source has been customized with the help of the data.world Solutions team, you may see other resource pages and relationships.
Resource page | Relationship |
---|---|
Table | Columns |
Columns | Table |
Schema | Database that contains Schema, Table that is part of Schema |
Database | Schema contained in Database |
Synonym | The schema which contains the synonym, The table, view, function, procedure, or package the synonym is for |
Package | Schema that contains package Extended metadata: Stored Procedures contained in package, Functions contained in package |
Lineage for Oracle
The following lineage information is collected by the Oracle collector. To harvest lineage from referenced objects located in another server you must set up the --linked-host=<linkedHostMapping> while running the collector.
Note
Any lineage for SQL Statements defined via variable statements are not supported.
Object | Lineage available |
---|---|
Column in View | The collector identifies:
|
User-defined function | A Function and:
A View and:
The collector identifies:
|
Stored Procedure |
The collector identifies:
Note: The following stored procedures are not supported:
|
Oracle version supported
The specific versions supported by the collector are Oracle JDBC driver version 19.21.0.0 and Oracle database version 19.0.0.0.
It is expected that the collector will support other Oracle database versions, so long as an appropriate matching JDBC driver is used. Consult the Oracle Documentation for more information. If you have any questions or encounter problems, please contact data.world Support.
Authentication supported
The Oracle collector supports username/password authentication to Oracle.