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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Why does script have more than one slash(/) inside?

Re: Why does script have more than one slash(/) inside?

From: <Jared.Still_at_radisys.com>
Date: Fri, 07 Nov 2003 10:54:41 -0800
Message-ID: <F001.005D5FD7.20031107105441@fatcity.com>


Each '/' on a line by itself, at the beginning of the line, will re-execute the
SQL statement in the sqlplus buffer.

try this:

select * from dual
/
/
/
/

Jared

Maryann Atkinson <maryann_30_at_yahoo.com>
Sent by: ml-errors_at_fatcity.com
 11/07/2003 10:39 AM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Why does script have more than one slash(/) inside?


Sorry if I bore you all with my dumb questions, its just that the simplest and silliest things appear complex, if we dont know them... Often when I learn something, I go : was that all? and they go, yes, yes, that was all... Well, let me show you what I mean..

What does it mean when a .sql script has more than one slashes(/) inside it?

code

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Nov 07 2003 - 12:54:41 CST

Original text of this message

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