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: executing sql code with SQLPlus

Re: executing sql code with SQLPlus

From: Vince <vincent_at_>
Date: Mon, 09 May 2005 17:25:34 +0200
Message-ID: <g40v71tn34bdl8i3e663s8vsbdap2aj112@4ax.com>


On Mon, 09 May 2005 17:09:16 +0200, Frank van Bortel <fvanbortel_at_netscape.net> wrote:

I tried the 'show errors' in my PL block, but nothing appears..it stays up with a number line as if it didn't execute anything :-/

++
Vince

>Vince <vincent@ wrote:
>> Hi there !
>>
>> I try to execute PL/SQL script from a file using the SQLPlus command
>> shell. But it doesn't seem to execute the script that might be buggy
>> (despite the fact, I've tested it in the SQLWorkSheet), I removed all
>> the blank lines that may cause SQLPlus to down..
>> is there any way to have error feedbacks on what can occur during file
>> parsing ?
>>
>> thanks a lot :)
>> ++
>> Vince
>
>show error
>
>And blank lines are a bad habit, not just because they can
>cause errors in scripts.
>If you insist, use a double minus (--) in the first two positions
>of a line, indicating a comment line.
Received on Mon May 09 2005 - 10:25:34 CDT

Original text of this message

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