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!

How to insert blob file into the database

941614Jun 7 2012 — edited Jun 7 2012
HI i have a table with the following structure:

SQL> desc category_details;
Name Null? Type
----------------------------------------- -------- ----------------------------
CATEGORY_ID NOT NULL NUMBER(20)
CATEGORY_NAME NOT NULL VARCHAR2(25)
DESCRIPTION NOT NULL CLOB
PICTURE NOT NULL BLOB

Now i want to insert values into the table..What is the syntax for it???

how to insert the blob value??????
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2012
Added on Jun 7 2012
4 comments
178,214 views