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: Newbie ? - Howto find nbr records in a table

Re: Newbie ? - Howto find nbr records in a table

From: Jason Jay Weiland <archduke_at_uclink4.berkeley.edu>
Date: Tue, 06 Oct 1998 11:49:22 -0700
Message-ID: <361A6632.7D3B5277@uclink4.berkeley.edu>


Sorry,

     The line you type in SQL Plus should be:

SQL> VARIABLE jay NUMBER

not:

SQL> VARIABLE v_jay NUMBER...

Jay!!!

Jason Jay Weiland wrote:

> [snip]
> Then in SQL Plus:
> SQL> @c:\temp\count
> Procedure created.
> No errors.
> SQL> VARIABLE v_jay NUMBER
> SQL> execute pr_count('FOO', :jay);
> PL/SQL procedure successfully completed.
> SQL> print jay;
> JAY
> ---------
> 107
Received on Tue Oct 06 1998 - 13:49:22 CDT

Original text of this message

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