SQL*Plus Getting Started Release 9.2 for Windows Part Number A92157-01 |
|
This chapter provides introductory information to help you get started with SQL*Plus.
Specific topics discussed are:
You can use SQL*Plus with SQL (Structured Query Language) and its procedural language extension, PL/SQL. These database languages allow you to store and retrieve data in Oracle databases. PL/SQL enables you to link several SQL commands through procedural logic.
SQL*Plus enables you to manipulate SQL commands and PL/SQL blocks, and to perform many additional tasks. With SQL*Plus, you can:
The following three user interfaces and a user interface extension are available for SQL*Plus on Windows:
For information about command-line behavior specific to Windows, see Chapter 3, "Using SQL*Plus"
For information about the iSQL*Plus User Interface, see the SQL*Plus User's Guide and Reference.
For information about the iSQL*Plus Extension for Windows, see Chapter 3, "Using SQL*Plus"
The SQL*Plus for Windows Graphical User Interface (GUI) will be desupported in future releases of SQL*Plus. The browser-based iSQL*Plus User Interface will replace the SQL*Plus for Windows GUI. The SQL*Plus for Windows command-line (DOS) interface will continue to be supported. For information about the Windows GUI, see Chapter 3, "Using SQL*Plus".
The following definitions explain concepts central to SQL*Plus:
For definitions of other concepts that are relevant to SQL*Plus, see the glossary in the SQL*Plus User's Guide and Reference.
Online help for SQL*Plus is available from the SQL*Plus command-line during a session. The SQL*Plus help tables must be created and populated by the database administrator. See "Installing SQL*Plus Command-line Help" for information about installing SQL*Plus online help.
iSQL*Plus online help and SQL*Plus command-line help are available from the iSQL*Plus user interface, see the SQL*Plus User's Guide and Reference.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|