Connecting to Oracle using SQL Plus
The following are the steps needs to connect to an Oracle database using SQL Plus
- Open command prompt - Windows > Run > cmd.exe
- Traverse to the path where oracle client is installed. In my case it is C:\Oracle\Ora11g_32\Client11g\bin
- Run the command sqlplus username/password@server
Comments