Loading PDF files using SQL*Loader

Loading PDF files using SQL*Loader

How do I load a PDF file into an Oracle table using SQL*Loader?

    Requires Free Membership to View

    By submitting your registration information to SearchOracle.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchOracle.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You will first want to create a table with a BLOB column. You will then be able to store the entire contents of the PDF file in that table's column. You can use SQL*Loader to load these PDF files.

The Oracle documentation contains the instructions you seek. You can find the specific document to load into LOBs with SQL*Loader at the following URL:

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch07.htm#1006805

This was first published in July 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

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