Posted By:
vikesh_joshi
Posted On:
Wednesday, January 23, 2002 10:01 PM
I am working on oracle based backend system. Unfortunately i lost my data while transfering data from oracle to SQL Server using PROGAMA utility tool and i have no backup of data. I have DAT file which were created using PROGAMA utility tool. PROGAMA tool creates DAT file before copy data from oracle to SQL Server.
DAT file is in binary format.
I have tried out using Java IO class but i didn't get success.
Now How do i convert DAT file to Oracle Table or ASCII file?