PL/SQL question/puzzle
Date: Wed, 8 Jul 1992 20:55:44 GMT
Message-ID: <1992Jul8.205544.5008_at_stortek.com>
Hi, I'm converting 2.3 triggers to 3.0
Now, i'm a wizzard at 2.3 but these 3.0
The above is the original text from the form and
it worked.
However when i put it into PL/SQL:
Begin
I get the following error: upon compiling, not running:
PL/SQL error 306 at line 21, column 30:
So I looked it up (the error) and it made no sense to me.
Why does the above work in 2.3 yet when the same text is in
triggers in SQL*FORMS 3.0
have me wondering sometimes. Here's the
problem:
select (same as above)
End;
wrong number or types of arguments in call to '||'
Sql statement ignored....
I'm a 5 year veteran of Oracle and this one is strange to me.
Any help would be appreciated..
Thanks,
Jenny
Received on Wed Jul 08 1992 - 22:55:44 CEST