
Importing Oracle's DUMP files in Informix
Quote:
>Hi All!
>Any help towards the subject is wellcome: HOW-TO, tips and tricks, etc...
>Thanks a lot in advance,
>Sergei
I suppose you are talking about an oracle export.
You will need to change the export file into a delimited file
Never done it, but I would try the following:
1: exp with option compress=N
The result is not completely a comma delimited file, but has to be cleaned
2: Look with head and tail what the file looks like
3: Use awk to clean it (sed might also do it and perl certainly can. If not
too big you could use an editor)
4: Load it into Informix with dbload.
Joachim.
--
WWW http://www.xs4all.nl/~jcdverha/ (Science Jokes)