Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> PLS-00103 executing script in TOAD

PLS-00103 executing script in TOAD

From: Danilo <danilomoreira_at_yahoo.com.br>
Date: 23 Sep 2004 10:38:48 -0700
Message-ID: <746aac83.0409230938.17895f41@posting.google.com>


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

Original text of this message

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