Is there any free tool to convert export dump file into txt file?
Hi all,
Is there any free tool which can convert the export dump file
into txt file?
Thanks,
Lily
Re: Is there any free tool to convert export dump file into txt file?
Quote:
Originally posted by Lily_Liu_2004
Hi all,
Is there any free tool which can convert the export dump file
into txt file?
Thanks,
Lily
define "txt file".
Do you mean "convert the data to SQL commands" or do you mean "Create the ddl to create the structures?"
Re: Is there any free tool to convert export dump file into txt file?
Quote:
Originally posted by Lily_Liu_2004
Hi all,
Is there any free tool which can convert the export dump file
into txt file?
Thanks,
Lily
There is no easy way to convert binary file into text file. You definitely need to export ( unload ) tables into text flat file. FastReader (www.wisdomforce.com) is not free, but not so pricy as similar from CA or BMC. FastReader extracting very quickly into text file and creates ctl file for loaders like sqlldr. Very convinient for large databases
Hope it hepls