I have a legacy DB dump file which starts off something like this:
^C^@&D
EXPORT:V07.03.04
DHISTO
RTABLES
8192
0
^@ Mon Jan 11 09:02:31 2010
TABLE "ABCD"
CREATE TABLE "ABCD" ("TIME" DATE, "ELEMENT" CHAR(16), ....
From the "EXPORT:V07.03.04", and from the data I do have, I am assuming this is an Oracle DB dump (v7). Which tools do I have available to import this data?
Thanks everybody for the help. I ended up installing Oracle XE 10g, and using it to import the dump files - worked perfectly.