SQL*Plus Quick Reference
Release 8.1.5

A66735-01

Library

Product

Prev Up Next

SQL*Plus Quick Reference, 4 of 10


Entering and Executing Commands

Use the following commands to execute and collect timing statistics on SQL commands and PL/SQL blocks.

/ (slash)

      Executes the SQL command or PL/SQL block currently stored in the SQL buffer. Does not list the command.

EXEC[UTE] statement

      Executes a single PL/SQL statement.

R[UN]

      Lists and executes the SQL command or PL/SQL block currently stored in the SQL buffer.

TIMI[NG] [START text|SHOW|STOP]

      Records timing data for an elapsed period of time, lists the current timer's name and timing data, or lists the number of active timers.

Use the following command to access the help system.

HELP [topic]

      Accesses help on SQL*Plus commands.

Use the following command to execute host operating system commands.

HO[ST] [command]

      Executes a host operating system command without leaving SQL*Plus.


Note:

With some operating systems, you can use a "$" (VMS), "!" (UNIX) or another character instead of HOST. See the Oracle installation and user's manual(s) provided for your operating system for details. 



Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product