Oracle Database Developer Question:

Download Job Interview Questions and Answers PDF

How you Start the Command-Line SQL*Plus?

Oracle Database Developer Interview Question
Oracle Database Developer Interview Question

Answer:

f you Oracle server or client installed on your windows system, you can start the command-line SQL*Plus in two ways:

1. Click Start > All Programs > Oracle ... > Start SQL Command Line. The SQL*Plus command window will show up with a message like this:

SQL*Plus: Release 10.2.0.1.0 - Production on Tue ...

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

SQL>

2. Click Start > Run..., enter "cmd" and click OK. A Windows command window will show up. You can then use Windows commands to start the command-line SQL*Plus as shown in the tutorial exercise below:

>cd c:oraclexeapporacleproduct10.2.0server
>.insqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Tue ...

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

Download Oracle Database Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How you Check the Server Version in Oracle?What Information Is Needed to Connect SQL*Plus an Oracle Server?