unsupported construct or internal error [2601]
From: Jul <jtitov_at_usa.net>
Date: 2000/05/15
Message-ID: <391FEAEF.E215520F_at_usa.net>#1/1
Date: 2000/05/15
Message-ID: <391FEAEF.E215520F_at_usa.net>#1/1
Hello!
When I make the call from forms6i to stored function: tmp := Pkg.Test( nId);
which is declared as
Function Test( pId IN NUMBER, pDate IN DATE := SYSDATE)
on Oracle Server 8.1.6 for NT.
I get the following:
unsupported construct or internal error [2601]
But when the call looks like
tmp := Pkg.Test( nId, sysdate);
everything is OK!
The problem is that we're moving from 7.3.4 and our existing application
contains
too many such calls where default parameters are not explicitly stated.
Is there any
way to solve this problem except rewriting procedure calls in forms?
Received on Mon May 15 2000 - 00:00:00 CEST