|
|
|
Re: How to call a back-end procedure having clob as arguments [message #127032 is a reply to message #127025] |
Fri, 08 July 2005 01:15 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Can you make it work if you use a parameter of varchar2?
I am confident that Forms 6 and/or Oracle 7/8 did not support CLOB as a parameter type.
Try getting it to work with another data type and also add more error handling.
Are you using the correct CLOB-type functions in the procedure? Can you get the procedure to write to a file so that you can see at which statement it fails?
David
[Updated on: Fri, 08 July 2005 01:17] Report message to a moderator
|
|
|
|