SQL*Plus User's Guide and Reference Release 9.2 Part Number A90842-01 |
|
The SQL*Plus (pronounced "sequel plus") User's Guide and Reference introduces the SQL*Plus program and its uses. It also provides a detailed description of each SQL*Plus command.
This preface contains these topics:
The SQL*Plus User's Guide and Reference is intended for business and technical users and system administrators who perform the following tasks:
This document requires a basic understanding of the SQL language. If you do not have any familiarity with this database tool, refer to the Oracle9i SQL Reference. If you plan to use the PL/SQL database language in conjunction with SQL*Plus, refer to the PL/SQL User's Guide and Reference for information on using PL/SQL.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle Corporation is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
.
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
This documentation may contain links to Web sites of other companies or organizations that Oracle Corporation does not own or control. Oracle Corporation neither evaluates nor makes any representations regarding the accessibility of these Web sites.
This document contains:
A brief guide to get you up and running after installation.
Provides an overview of SQL*Plus, describes the command-line and iSQL*Plus user interfaces, provides configuration information and information you need to log in and run SQL*Plus
An overview of SQL*Plus, with instructions on using this guide, and information on what you need to run SQL*Plus.
Provides introductory information about iSQL*Plus architecture and the iSQL*Plus browser-based interface to SQL*Plus.
Describes the command-line and iSQL*Plus user interfaces, and the iSQL*Plus Extension for Windows.
Explains how to configure your SQL*Plus command-line and iSQL*Plus environments.
Explains how to start, connect to an Oracle database, access the command-line and online help and exit SQL*Plus.
Contains SQL*Plus user guide and tutorial content, scripts writing information, and SQL*Plus tuning, security, database administration and globalization information.
Explains how to enter and execute commands. You learn by following step-by-step examples using sample tables.
Contains further examples to help you learn to write and edit scripts containing SQL*Plus, SQL and PL/SQL statements and commands.
Uses examples to explain how you can format your query results to produce a finished report. It does not discuss HTML output.
Explains how to generate a HTML report containing your query results.
Explains how to obtain and use statistics and other mechanisms to obtain optimal performance from SQL*Plus.
Explains how to restrict access to databases, and to certain SQL*Plus and SQL commands.
Explains basic database administration features in SQL*Plus for Database Administrators (DBAs).
Explains how to configure globalization support in command-lineSQL*Plus and iSQL*Plus user interfaces.
Contains SQL*Plus Command Reference and Error Messages.
Provides a summary of SQL*Plus commands and detailed descriptions of each SQL*Plus command in alphabetical order.
Lists error messages generated by SQL*Plus, iSQL*Plus, and the COPY command. It provides likely causes and appropriate actions for recovery.
Contains SQL*Plus Appendixes.
Lists the maximum values for elements of SQL*Plus.
Provides syntax and usage information for the COPY command.
Provides information on Obsolete SQL*Plus commands.
Lists SQL*Plus commands that are not supported in iSQL*Plus.
Defines technical terms associated with Oracle and SQL*Plus.
For more information, see these Oracle resources:
Many of the examples in this book use the sample schemas of the seed database, which is installed by default when you install Oracle. Refer to Oracle9i Sample Schemas for information on how these schemas were created and how you can use them yourself.
In North America, printed documentation is available for sale in the Oracle Store at
http://oraclestore.oracle.com/
Customers in Europe, the Middle East, and Africa (EMEA) can purchase documentation from
http://www.oraclebookshop.com/
Other customers can contact their Oracle representative to purchase printed documentation.
To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at
http://otn.oracle.com/admin/account/membership.html
If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at
http://otn.oracle.com/docs/index.htm
To access the database documentation search engine directly, please visit
http://tahiti.oracle.com
Whitepapers, sample code, frequently asked questions and other useful information are regularly posted to the SQL*Plus section on OTN at
http://otn.oracle.com/tech/sql_plus/
This section describes the conventions used in the text and code examples of this documentation set. It describes:
We use various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use.
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospace (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. If users are expected to type them into the system, they are identified by the keyboard icon shown in the margin following. They are displayed in a monospace (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
Similarly, output from an example is identified by a computer screen icon in the margin as shown in the margin following.
PAGESIZE 24
Where both icons occur together, it implies interactive entry and output.
1 1* SELECT LAST_NAME, SALARY APPEND , COMMISSION_PCT;
The following table describes typographic conventions used in code examples and provides examples of their use.
The following table describes conventions for Windows operating systems and provides examples of their use.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|