Ask the Expert

Inserting text files into Oracle 10g tables

I have text files delimited by '~'. How can I insert those into Oracle 10g tables?

    Requires Free Membership to View

The tool to ingest text files is SQL*Loader. You can also use External Tables, but that just uses the SQL*Loader engine on your behalf. The Oracle Utilities Guide describes SQL*Loader and External Tables.

This was first published in September 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

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