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 -> PL/SQL

PL/SQL

From: SP <spant1_at_aol.com>
Date: 2000/06/02
Message-ID: <zxTZ4.468$Qf6.16907@nuq-read.news.verio.net>#1/1

I have this program body having parameters custid 57, cn Joe and ref Dell.

CREATE PROCEDURE /*or function*/newShopper(custid in /*or out*/number,cn in
/*or out*/varchar2,ref /*or out*/in varachar2)
as
begin

end newshopper2;
/

It should to display the values as

custid      cn                 ref
----------- ------------------ --------------------
57          Joe                Dell

Can anyone help me ? What do I need to do? Received on Fri Jun 02 2000 - 00:00:00 CDT

Original text of this message

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