Connect to Autonomous Database Using Oracle Database Tools
Oracle Database Tools such as SQL Developer, SQL*Plus, and SQLcl can be used with Autonomous Database.
The following sections provide step-by-step instructions for connecting to Autonomous Database using these tools.
- Connect Oracle SQL Developer with a Wallet (mTLS)
Oracle SQL Developer is a free integrated development environment that simplifies the development and management of Autonomous Database. - Connect Oracle SQL Developer Without a Wallet
Oracle SQL Developer is a free integrated development environment that simplifies the development and management of Autonomous Database. Oracle SQL Developer provides support for connecting using TLS authentication without a wallet. - Connect SQL*Plus with a Wallet (mTLS)
SQL*Plus is a command-line interface used to enter SQL commands. SQL*Plus connects to an Oracle database. - Connect SQL*Plus Without a Wallet
SQL*Plus is a command-line interface used to enter SQL commands. SQL*Plus connects to an Oracle database. - Connect Oracle SQLcl Cloud with a Wallet (mTLS)
SQLcl is a command-line interface used to enter SQL commands. You can use SQLcl to connect to an Autonomous Database with client credentials configured (mTLS). - Connect Oracle SQLcl Cloud Without a Wallet
SQLcl is a command-line interface used to enter SQL commands. You can use SQLcl to connect to an Autonomous Database with TLS authentication without a wallet.
Parent topic: Connect to Autonomous Database