Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> PLS-00103 executing script in TOAD
I haven't successful to execute a script whit short pl/sql block in
Toad. (ps. In sqlplus I have successful)
Example:
Commit;
Begin teste; end;
(if I retrieve execute this script ("Execute as Scipt") in toad, found error:
Error:
LOADING: C:\Program Files\Toad\TSCRIPT.SQL
begin teste; end
ORA-06550: linha 2, coluna 0:
PLS-00103: Encontrado o símbolo "end-of-file" quando um dos seguintes símbolos era esperado:
; <an identifier> <a double-quoted delimited-identifier>
O símbolo ";" foi substituído por "end-of-file" para continuar.
If retrieve only block pl/sql (begin ...end;) i have sucessful.
I not understand.
What I do?
Thanks all
Danilo Received on Thu Sep 23 2004 - 12:38:48 CDT
![]() |
![]() |