0

I have this table (Image_uploads) with the following columns and data types:

NAME -VARCHAR2(256 BYTE),
MIME_TYPE -VARCHAR2(128 BYTE),
DOC_SIZE -NUMBER,
DAD_CHARSET -VARCHAR2(128 BYTE),
LAST_UPDATED -DATE,
CONTENT_TYPE -VARCHAR2(128 BYTE),
CONTENT -LONG RAW,
BLOB_CONTENT -BLOB.

The column called blob_content is where I want to upload the image to. I used to use an app, but it was decommissioned, now I have to upload using the SQL developer, how do I do this?

1 Answer 1

1
  • insert a new record
  • double click the CONTENT column so that the pencil icon shows - click it
  • in the next window, click Load
  • select a file, click "open"
  • commit changes

Upload BLOB

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.