Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem with RWDBBlob type in roguewave
Hello
We have here a problem with the Oracle Blob type and the roguewave RWDBBlob type.
We have the following stored procedure in Oracle 8.1.7.
--
proc[0] << my_blob; RWDBResult result = proc.execute(); .....................
Stored procedure gar.MY_set_blob found
[SERVERMESSAGE] ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'MY_SET_BLOB'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
--
Any suggestion on hwo we can solve the problem ? Received on Fri Jul 19 2002 - 07:01:09 CDT
![]() |
![]() |