![]() |
how to pass blob type in procedures
hi all,
I have written a procedure which is as follows: Code: SQL
but when I am trying execute this procedure from sql* plus as exec insemp('1','ab'); I am getting the error PLS-00306: wrong number or types of arguments in call to 'INSEMP' ORA-06550: line 1, column 7: and even from java program I am getting the same error. when the data type is not blob I am able to execute the procedure properly. So I want to know how to pass blob type to procedure, Is there is any other way or pl/sql does not support blob type? |
Re: how to pass blob type in procedures
To insert a blob you need to execute the following SQL
Code: CPP
|
Re: how to pass blob type in procedures
Also you can look at How to pass LOBs as parameters from Java to a Database Stored Procedure
|
| All times are GMT +5.5. The time now is 07:37. |