I have a file. I want to get its contents into a blob column in my oracle database or into a blob variable in my PL/SQL program. What is the best way to do that?
|
|
To do it entirely in PL/SQL, the file would need to be on the server, located in a directory which you'd need to define in the database...
then....
|
||
|
|
|
|
Depends a bit on your environment. In Java you could do it something like this...
But it really depends what environment / tools you're using. More info needed. |
||
|
|
