Site icon TestingDocs.com

Connect to Oracle Database from SQL*Plus on Windows

Overview

In this tutorial, we will learn steps involved to connect to an Oracle database using the SQL*Plus tool. Oracle SQL*Plus is a database client tool with which we can access and interact with the database.

Environment

 

Open Windows command prompt, type the following command and hit Enter key.

C:\>sqlplus /nolog

SQL*Plus: Release 19.0.0.0.0 – Production on Fri Dec 3
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle. All rights reserved.

CONNECT command

SQL> CONNECT scott/tiger@orclpdb;
Connected.
SQL>

Exit mobile version