If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Export and Import table from or to text file

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-12-03, 08:29
lawbenny lawbenny is offline
Registered User
 
Join Date: Nov 2003
Posts: 4
Export and Import table from or to text file

Hello all,

Do you guys have any idea?
I want to export my table to a text file
and import a text file to a table

Thanks a lot!!!
Reply With Quote
  #2 (permalink)  
Old 11-12-03, 09:17
ndu35 ndu35 is offline
Registered User
 
Join Date: May 2003
Location: France
Posts: 112
Re: Export and Import table from or to text file

for export, you can use sqlplus and spool the result in a file or write pl/sql proc with utl_file to write a file

for importing a text file, use sql*loader utility

hope this help you

Quote:
Originally posted by lawbenny
Hello all,

Do you guys have any idea?
I want to export my table to a text file
and import a text file to a table

Thanks a lot!!!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On