BLOB parameter

kthomas

Member
I'm using 5.0.0.474. I'm trying to test a stored procedure that has a BLOB input parameter. However, when I try to test it in PL/SQL developer, it won't let me set the value for the BLOB by importing a file (the import button is grayed out). The import function works elsewhere-- for example, when I'm editing rows in the table, I can import a file without a problem.

Any ideas?

Thanks,
-Kent Thomas
 
A BLOB input parameter requires Temporary BLOB support. This was added in 5.0.2, so you can download 5.0.3 to obtain this functionality (or 5.1.3 if your license entitles you to 5.1.x).

------------------
Marco Kalter
Allround Automations
 
Back
Top