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

Home -> Community -> Usenet -> c.d.o.server -> Re: Error using TOAD Software to execute a script

Re: Error using TOAD Software to execute a script

From: Pratap <pratap_fin_at_rediffmail.com>
Date: 23 Sep 2004 23:49:12 -0700
Message-ID: <830861d2.0409232249.4c13aa66@posting.google.com>


This is a problem with older versions of TOAD where it removes the ";" at the end of each line. The workaround is to put "--" after ";"

commit; --
begin
teste;--
end;--

Pratap Received on Fri Sep 24 2004 - 01:49:12 CDT

Original text of this message

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