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 -> Oracle Stored Procedure

Oracle Stored Procedure

From: <cosmogong_at_my-dejanews.com>
Date: Wed, 27 May 1998 21:41:50 GMT
Message-ID: <6ki1au$ho7$1@nnrp1.dejanews.com>


I tried to create a stored procedure using this syntax: CREATE OR REPLACE PROCEDURE test_proc AS BEGIN
   TEXT_IO.PUT_LINE('Hello!');
END; And Oracle says:

3/4      PLS-00201: identifier 'TEXT_IO.PUT_LINE' must be declared
3/4      PL/SQL: Statement ignored

Does anyone know why?

Thanks.

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed May 27 1998 - 16:41:50 CDT

Original text of this message

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