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 -> DBMS_SQL COLUMN_VALUE error #307

DBMS_SQL COLUMN_VALUE error #307

From: Wilhelm ter Horst <Wilhelm.ter-Horst_at_erl11.siemens.de>
Date: Wed, 13 Jan 1999 18:15:38 +0100
Message-ID: <369CD4B9.E4946048@erl11.siemens.de>


Can anyone tell me why I am receiving the syntax error #307, "too many declarations of 'COLUMN_VALUE' match this call.

I tried with following example from "Oracle7 Server Application Developer's Guide"
within:
Forms [32 Bit] Version 4.5.7.1.6 (Production) Oracle7 Server Release 7.3.4.0.0 - Production

     With the distributed, replication and parallel query options
     PL/SQL Release 2.3.4.0.0 - Production
Oracle Toolkit Version 2.3.6.9.0 (Production) PL/SQL Version 1.2.1.5.0 (Production)
Oracle Procedure Builder V1.5.6.15.3 - Production
PROCEDURE testdyn(source      IN VARCHAR2,
                                 destination IN VARCHAR2) is

  id                 NUMBER;
  name               VARCHAR2(30);
  birthdate          DATE;
  source_cursor      INTEGER;
  destination_cursor INTEGER;
  ignore             INTEGER;

BEGIN
      EXIT;
    END IF;
  END LOOP;

  ....

Appreciate any help. Received on Wed Jan 13 1999 - 11:15:38 CST

Original text of this message

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