help [message #372680] |
Fri, 02 March 2001 21:24 |
Mark
Messages: 284 Registered: July 1998
|
Senior Member |
|
|
I know this is probably a stupid question, but I am new to Oracle. I have a script with the values from the bottom of this page.
I go into SQL PlUS, and I do a File:Open
Then I do File:Run, and I keep on getting the followin error:
ERROR at line 1:
ORA-00922: missing or invalid option
Can anyone help.
My script file:
SET VERIFY OFF
set trimspool on
TTITLE ON
accept custid prompt 'Enter the H1 CUST-ID : '
spool H1CUST_&custid
@@step1custid
@@step2custid
@@step3custid
spool off
undefine custid
TTITLE OFF
Thanks,
Mark
|
|
|