Connect with SQL*Plus
Tip:
For a "try it out" alternative that demonstrates these instructions, run Task 4: Connect to your autonomous DB using SQL Worksheets from Database Actions, SQLCL and SQL Plus from Lab 2: Configure a Development System in the Oracle Autonomous Database Dedicated Workshop.SQL*Plus is a command-line interface used to enter SQL commands. SQL*Plus connects to an Oracle database.
To be able to connect SQL*Plus to an Autonomous Database, the system running SQL*Plus must have network access to the Autonomous Database. This can be achieved using either of the following ways:
- By Configuring a development system to access the database.
- By setting proper network routes with VPN (Fast connect or VPN as a Service) or any VCN peering if the compute host is in another VCN.
To install and configure the client and connect to an Autonomous Database using SQL*Plus, do the following:
Parent topic: Connect to Autonomous Database