Create Database Links from Other Databases to Autonomous AI Database
You can create database links to an Autonomous AI Database from an Oracle database that is not an Autonomous AI Database. For example from an on-premise Oracle database to an Autonomous AI Database
-
Supported Oracle Database versions for database links where the source is an Oracle Database and the target is an Autonomous AI Database instance are: 19.2 (or later), 21 (base release or later).
-
If you are using database links between Autonomous AI Database and other Oracle Databases, you might need to apply Patch 33843368 on the Oracle Database that is not an Autonomous AI Database. This applies to cases where the Autonomous AI Database instance is either the source or the target of the database link.
See My Oracle Support Knowledge Base: Patch Requirement For Database Links Between ADB-S And Other Oracle Databases(Doc ID 2874244.1) for further details.
Topics
- Create Database Links from Other Databases to Autonomous AI Database without a Wallet
You can create database links to an Autonomous AI Database from an Oracle database that is not an Autonomous AI Database and connect without a wallet. - Create Database Links from Other Databases to Autonomous AI Database with a Wallet
You can create database links to an Autonomous AI Database from an Oracle database that is not an Autonomous AI Database. For example from an on-premise Oracle database to an Autonomous AI Database.
Parent topic: Use Database Links with Autonomous AI Database
Create Database Links from Other Databases to Autonomous AI Database without a Wallet
You can create database links to an Autonomous AI Database from an Oracle database that is not an Autonomous AI Database and connect without a wallet.
This option is supported only when TLS is enabled on your Autonomous AI Database. For details on enabling TLS, see Update Network Options to Allow TLS or Require Only Mutual TLS (mTLS) Authentication on Autonomous AI Database.
To create database links to an Autonomous AI Database do the following:
To list the database links, use the ALL_DB_LINKS view. See ALL_DB_LINKS for more information.
For additional information, see:
-
See CREATE DATABASE LINK for details on the procedure.
Create Database Links from Other Databases to Autonomous AI Database with a Wallet
You can create database links to an Autonomous AI Database from an Oracle database that is not an Autonomous AI Database. For example from an on-premise Oracle database to an Autonomous AI Database.
To create database links to an Autonomous AI Database do the following:
To list the database links, use the ALL_DB_LINKS view. See
ALL_DB_LINKS for more information.
For additional information, see:
-
See CREATE DATABASE LINK for details on the procedure.