Im looking por any kind of procedure that let me save a Java.io.file in an oracle directory, it may be a stored procedure or a java stored or somethig beyond... if somebody has any example of this, ill thank it forever. im in my web app and i need to store some uploaded files in a specific directory /home/oracle/oracle/.../mydirectory
, almost every post is about saving to a table. I need specifically save it to a directory. please somebody help me!!!.
The point is i need to save an uploaded file from my web app to an oracle directory i was trying to pass the file as parameter to a stored procedure, but i dont even know what data type is compatible to pass the file as parameter ... ex: my_stroredprcedure(location IN VARCHAR2, theFile IN DATATYPE)...
and so on...