Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

saving files such as doc, pdf to a table

user13328581Nov 29 2011 — edited Nov 30 2011
dear all; I have googled this and tried reading the documentation but might need a bit of help. I have the following code below
create table file_test (id number, name varchar2(4000), clob_column clob, primary key(id));
now I would like to test it out by writing a simple procedure which will give me an opportunity to pass in a file from anyway in my directory with a particular name a save it to the table and then my final step will be to retreive it. how do I do this? i have looked at the following example below on this thread
2243898

but it wasnt very helpful as such.
This post has been answered by AlexAnd on Nov 30 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2011
Added on Nov 29 2011
30 comments
4,060 views