Query Remote Catalogs and Databases

You can access and query external data by mounting catalogs. This feature uses a simple SQL syntax that is similar to how you query data using database links.

The simplified SQL syntax makes it easy to discover and query external data without having to choose which external data to access, and without having to construct external tables or perform any other data integration tasks.

Refer to the Query External Data chapter for more information.

By querying remote catalogs and databases, you are accessing data directly from the external catalog in place, without having to move data into the Autonomous Database. This feature enables you to export data from the catalogs that the Autonomous Database can access without establishing multiple connections. You can query the Autonomous Database to see which external catalogs are available, what data is available for any given catalog, and you can query the data directly, from any SQL client. This involves providing a standard and simplified way to discover and query data sets connected to the Autonomous Database, leveraging the catalog's ability to present external data as standard Oracle schemas and tables.

Refer to the Manage Catalogs chapter for information on catalogs supported across various categories, including Databases, External Data Catalogs, Shares, and more.

Some of the key features are:

  • Discover External Data: Using SQL, you can identify external catalogs along with the tables they contain. This will help you in understanding the available data structure.
  • Simplify Table Discovery: Use existing query syntax and familiar views to easily list tables within an external catalog.
  • Integrate with data tools: You can integrate the query data with Data Studio suite of tools to make informed decisions and gain deeper insights.

Topics: