Aug 22, 2002 #1 Sr Programmer Jul 11, 2000 11 US Hi, How can I import a data contained in a text file into a table ? Best Regards
Aug 22, 2002 #2 ThomVF Programmer Feb 8, 2001 270 US 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. http://www.birchhillgroup.com Upvote 0 Downvote
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. http://www.birchhillgroup.com
Aug 22, 2002 #3 ThomVF Programmer Feb 8, 2001 270 US 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. http://download-east.oracle.com/docs/cd/A87860_01/doc/index.htm Good Luck. "Helping others to help themselves..." ================================= Thomas V. Flaherty Jr. Birch Hill Technology Group, Inc. http://www.birchhillgroup.com Upvote 0 Downvote
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. http://download-east.oracle.com/docs/cd/A87860_01/doc/index.htm Good Luck. "Helping others to help themselves..." ================================= Thomas V. Flaherty Jr. Birch Hill Technology Group, Inc. http://www.birchhillgroup.com