Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Run command on sqlplus repetitively without reconnection
[...]
} 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-lReceived on Wed May 23 2007 - 09:23:48 CDT