Loading .jpg files through PL/SQL

I want to use PL/SQL to load many *.jpg files from hask disk into a LONG RAW column of a table (on AIX version 4.3).

    Requires Free Membership to View

Have you looked at the Oracle documentation on Large Objects? The Application Developer's Guide - Large Objects document has code sample on how to load files into BLOB columns using PL/SQL.

You should be using BLOBs instead of LONG RAW columns since Oracle will be eliminating LONG RAW columns in the near future.

This was first published in October 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.