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 -> Re: Two questions

Re: Two questions

From: Angelo Cavallaro <angelo.cavallaro_at_pcm.bosch.de>
Date: 1998/01/30
Message-ID: <34D1B2F5.2A67@pcm.bosch.de>#1/1

You can do the following in SQL*Plus:

variable n number;
execute sp_test('&name',:n);
print n;

> 2. When I execute a stored procedure, how do I get the output?
  Received on Fri Jan 30 1998 - 00:00:00 CST

Original text of this message

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