SQL*Plus Getting Started
Release 8.1.6
for Windows
A77480-01

Library

Product

Contents

Index

Prev Up Next

Using SQL*Plus, 2 of 4


Using the Command Line Interface

The SQL*Plus command line interface is standard on all operating systems.

If you are connecting to a remote Oracle database, make sure your Net8/networking software is installed and working properly. For more information, see the Net8 Administrator's Guide and the Appendix, "Net8 Configuration", in the Oracle8i Administrator's Guide for Windows NT.

To start the SQL*Plus command line interface:

  1. Select Command Prompt in the Start menu. A Command Prompt window appears.

  1. Start SQL*Plus by entering

    C:\> SQLPLUS

    You can optionally include your login username and password separated by a slash (/), and a remote database name to connect to, for example:

    C:\> SQLPLUS username/password@net_service_name

    Otherwise you will be prompted to enter your username and password.

Interpreting Arguments in Windows

The rules for interpreting arguments in Windows command files are as follows:

For more information about SQL*Plus command line arguments, refer to the SQL*Plus User's Guide and Reference.


Prev Up Next
Oracle
Copyright © 2000 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index