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

Home -> Community -> Usenet -> c.d.o.tools -> HELP me

HELP me

From: MP <mauro-papagno_at_libero.it>
Date: Fri, 15 Dec 2000 12:32:10 GMT
Message-ID: <ebo_5.108576$hk4.3928283@news.infostrada.it>

I'm crazy with this Store Procedure
when edit the statement RUN in SQL*PLUS he tell me: :

What I wrong ?
I try the change AS with IS , but nothing.

HELP HELP Thanks and Good Work.
Ciao e Buon Lavoro.

Store Procedure:
CREATE OR REPLACE PROCEDURE sp_prova2 (PP IN Varchar2) IS
 BEGIN
 SELECT * FROM NEW_BC_SERVICES_FACT WHERE BC_SERVICE_NAME = PP;  END sp_prova2;
/ Received on Fri Dec 15 2000 - 06:32:10 CST

Original text of this message

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