4 Connecting to the Database with SQL*Plus
Connect to the Oracle Database instance using SQL*Plus.
- Step 1: Open a Command Window
Take the necessary action on your platform to open a window into which you can enter operating system commands. - Step 2: Set Operating System Environment Variables
Depending on your platform, you may have to set environment variables before starting SQL*Plus, or at least verify that they are set properly. - Step 3: Start SQL*Plus
To connect to Oracle Database, use one of these options to start SQL*Plus. - Step 4: Submit the SQL*Plus CONNECT Command
To initially connect to the Oracle Database instance, or at any time to reconnect as a different user, submit the SQL*PlusCONNECTcommand.