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: Run command on sqlplus repetitively without reconnection

Re: Run command on sqlplus repetitively without reconnection

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Wed, 23 May 2007 16:23:48 +0200
Message-ID: <025c01c79d46$0899fed0$9303310a@ETP6320>


[...]
} The part I'm not completely sure about is the double-dash (--). [...]

"--" separates options from arguments:

$ print "-1"

ksh: print: -1: unknown option
$ print -- "-1"

-1

Regards
Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 23 2007 - 09:23:48 CDT

Original text of this message

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