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: Whats wrong with this PL/SQL

Re: Whats wrong with this PL/SQL

From: aelera <doug.andersonNOdoSPAM_at_aelera.com.invalid>
Date: Fri, 18 Feb 2000 08:32:25 -0800
Message-ID: <01906254.0366e8f0@usw-ex0109-070.remarq.com>


Just glancing at the code...
It looks like the declaration for "cid1" is stuck behind a comment. Anything after the two hyphens on that line will be commented-out.

> ...
> int_tableNo NUMBER; --store partition_no cid1 INTEGER; --
> store cursor id1
> ...

Received on Fri Feb 18 2000 - 10:32:25 CST

Original text of this message

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