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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can i import dump in to a text file ?

Status
Not open for further replies.

Striker99

Programmer
Oct 31, 2001
34
UA
All,

Can i import the dump file into a text file ? If so, could you please let me know how ?

Rgds,
striker99
 
If you mean can you take on export, created via exp, and produce a text file of the data, then no you cannot. If you are mad enough you could run string against the file (unix command).
The only text file you can create from an export is an index file. It contains the create table/index commands only.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top