Re: pl/sql

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Fri, 29 Oct 2004 15:53:59 -0400
Message-ID: <49udnSWynN6fPR_cRVn-iA_at_comcast.com>


[Quoted] "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 Received on Fri Oct 29 2004 - 21:53:59 CEST

Original text of this message