SQL*Plus User's Guide and Reference
Release 8.1.7
Part Number A82950-01

Library

Product

Contents

Index

Go to previous pageGo to next page


Preface

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.

Intended Audience

This Guide addresses business and technical professionals who have a basic understanding of the SQL database language. If you do not have any familiarity with this database tool, you should refer to the Oracle8i 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.

Structure

This manual is divided into two parts containing a total of eight chapters, six appendices and a glossary of SQL*Plus related terms. Part 1, "Understanding SQL*Plus" contains the first six chapters and Part 2, "Reference" contains the remaining two chapters.

PART I, Understanding SQL*Plus

Chapter 1

"Introduction" is an overview of SQL*Plus, with instructions on using this Guide, and information on what you need to run SQL*Plus. 

Chapter 2

"Learning SQL*Plus Basics" explains how to start SQL*Plus and enter and execute commands. You learn by following step-by-step examples using sample tables. 

Chapter 3

"Manipulating Commands" uses further examples to help you learn to edit commands, save them for later use, and write interactive commands. 

Chapter 4

"Formatting Query Results" uses examples to explain how you can format columns, clarify your reports with spacing and summary lines, define page dimensions and titles, store and print query results, and output query results to the web. 

Chapter 5

"Database Administration" is intended for use by DBAs. It covers basic database administration features in SQL*Plus. 

Chapter 6

"Accessing Databases" tells you how to connect to default and remote databases, and how to copy data between databases and between tables on the same database. 

PART II, Reference

Chapter 7

"Starting SQL*Plus and Getting Help" explains how to access SQL*Plus from the operating system prompt, and how to access online help. 

Chapter 8

"Command Reference" provides a summary of SQL*Plus commands and detailed descriptions of each SQL*Plus command in alphabetical order. 

Appendix A

"COPY Command Messages and Codes" lists copy command error messages, their causes, and appropriate actions for error recovery. 

Appendix B

"Release 8.1.7 Enhancements" describes enhancements to SQL*Plus in release 8.1.7. 

Appendix C

"SQL*Plus Limits" lists the maximum values for elements of SQL*Plus. 

Appendix D

"SQL Command List" lists the major SQL commands and clauses. 

Appendix E

"Security" explains how to restrict access to certain SQL*Plus and SQL commands. 

Appendix F

"Obsolete SQL*Plus Commands" provides information on Obsolete SQL*Plus commands. 

Glossary

"Glossary" defines technical terms associated with Oracle and SQL*Plus. 

Related Documents

Related documentation includes the following publications:


Go to previous page Go to next page
Oracle
Copyright © 2000 Oracle Corporation.
All Rights Reserved.

Library

Product

Contents

Index