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 -> Help me

Help me

From: MP <mauro-papagno_at_libero.it>
Date: Fri, 15 Dec 2000 12:31:04 GMT
Message-ID: <cao_5.108569$hk4.3927965@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:31:04 CST

Original text of this message

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