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 -> Re: DataBASE Interaction with PL/SQL

Re: DataBASE Interaction with PL/SQL

From: <sybrandb_at_yahoo.com>
Date: 20 Jun 2005 01:08:10 -0700
Message-ID: <1119254890.442316.289250@f14g2000cwb.googlegroups.com>


set feedback off
accept empno
declare
v_empno varchar2(10) := '&empno';
begin
test(v_empno);
end;
/

Homework!

--
Sybrand Bakker
Senior Oracle DBA
Received on Mon Jun 20 2005 - 03:08:10 CDT

Original text of this message

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