I'd like to know if there's some way to do a massive import of blob files in SQLDeveloper, indicating such blob files in the file system and how it would have to do the import
Right now, it looks that it's only possible to go row by row, clicking on it, and in local data using the load option.
But with lots of rows this is going to be pretty painful to do.
Is there any way to do that? If there's some other way to do it via SQL it would be also valid for me, but thing is that, although I'm not an expert in SQL,I think there's also no way to do that using an UPDATE instruction, even using PL/SQL.