Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL PLUS

Re: SQL PLUS

From: Chris <c.seed_at_ntlworld.com>
Date: 18 May 2004 01:05:01 -0700
Message-ID: <7cb83523.0405180005.6377a1d@posting.google.com>


Lothar, I've found the answer, see below. Thanks, Chris.

RUN
R[UN]

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

Usage
RUN causes the last line of the SQL buffer to become the current line.

The slash command (/) functions similarly to RUN, but does not list the command in the SQL buffer on your screen. The SQL buffer always contains the last SQL statement or PL/SQL block entered. Received on Tue May 18 2004 - 03:05:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US