| Job scheduler - SQL Error ORA-06550 [message #342564] |
Fri, 22 August 2008 16:25  |
lsalih
Messages: 2 Registered: August 2008
|
Junior Member |
|
|
Hi -
I am new to using Oracle, I am trying to run a simple SQL command using job scheduler. When I ran the command, I get below error message:
Details ORA-06550: line ORA-06550: line 2, column 7: PLS-00103: Encountered the symbol "C" when expecting one of the following: := . ( @ % ; , column :
*** Here is what I have under Command box ****
begin
spool c:\test1.txt
select lastname from test where lastname like 'TEST%'
spool off
end;
Thanks for your help.
|
|
|
|
|
|
|
|
|
|