Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import a text file

Status
Not open for further replies.

Sr

Programmer
Jul 11, 2000
11
0
0
US
Hi,

How can I import a data contained in a text file into a table ?

Best Regards
 
Use SQL*Loader to load text file data into a table.

Here is a link to some case studies showing how to use it. It is a scripted tool and pretty simple to use.

If you get stuck, post what you have and what problem you are having here later.

Good Luck. "Helping others to help themselves..."
=================================
Thomas V. Flaherty Jr.
Birch Hill Technology Group, Inc.
 
Use SQL*Loader to load text file data into a table.

Here is a link to some case studies showing how to use it. It is a scripted tool and pretty simple to use.

If you get stuck, post what you have and what problem you are having here later.


Good Luck. "Helping others to help themselves..."
=================================
Thomas V. Flaherty Jr.
Birch Hill Technology Group, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top