Re: pl/sql

From: D.j <dec2g_at_hotmail.com>
Date: Fri, 29 Oct 2004 16:56:11 -0400
Message-ID: <t9ygd.22$QK5.766_at_eagle.america.net>


Mark C. Stock wrote:
> "D.j" <dec2g_at_hotmail.com> wrote in message
> news:i3xgd.20$QK5.765_at_eagle.america.net...
> | I am tring to run this code:
> ....
> |
> | DBMS_OUTPUT.PUT_LINE('NUMBER OF ORDERS: ' || V_ORDERS_CNT);
> | DBMS_OUTPUT.PUT_LINE('ORDERS AMOUNT: ' || V_ORDERS_AMT);
> | END;
> | /
> |
> | I keep getting this error:
> |
> | SQL> _at_a:\plsql2.sql
> | 48 /
> |
> | Warning: Procedure created with compilation errors.
> |
> | SQL> show errors
> | Errors for PROCEDURE DISPLAY_CUSTOMER_INFO:
> |
> | LINE/COL ERROR
> | -------- -----------------------------------------------------------------
> | 47/3 PLS-00103: Encountered the symbol "/" The symbol "/" was ignored.
> |
> |
>
> this error is tue to the space in front of the '/' -- note that it show it
> found the '/' on line 47, column 3, then required a slash to be entered on
> line 48
>
> slow down and read the error messages -- they are often meaningful ;-)
>
> ++ mcs
>
>
worked like a charm thanks again Received on Fri Oct 29 2004 - 22:56:11 CEST

Original text of this message