| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> DBMS_SQL COLUMN_VALUE error #307
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)
PROCEDURE testdyn(source IN VARCHAR2,
destination IN VARCHAR2) is
id NUMBER;
name VARCHAR2(30);
birthdate DATE;
source_cursor INTEGER;
destination_cursor INTEGER;
ignore INTEGER;
EXIT;
END IF;
END LOOP;
....
Appreciate any help. Received on Wed Jan 13 1999 - 11:15:38 CST
![]() |
![]() |