 |
 |
Archives of the TeradataForum
Message Posted: Fri, 31 Oct 2003 @ 16:27:44 GMT
| Subj: | | Re: Moving Oracle Dump File to Teradata |
| |
| From: | | Victor Sokovin |
The only utility which can do the job is just called Oracle Import. Your dump file has been generated by Oracle Export. Both
utilities are documented in the Oracle Utilities manual, first two chapters (at least in 8i). Both utilities usually come as a part
of the standard Oracle client distribution. You should be able to find them in your Oracle bin directory together with SQL*Plus,
SQL*Loader etc. On Unix they are usually called exp and imp, on Win exp.exe and imp.exe. Make sure you use a compatible imp version
as dump files are release sensitive. You'll find the details in the Oracle manual.
Regards,
Victor
| |