Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Import 8.0 dmp file to 7.2?
Hi, Karen,
You can export a dmp file for a 7.x database directly from your Oracle 8 database. You have to run expcat7.sql against the Oracle 8.0 database before starting exp73.exe.
Hope this helps.
Xuening Sun
: Import this into an 8.0 database and then make a sqlnet alias from the
: 7.2 machine to that 8.0 machine... then perhaps something like:
: imp73 user/pass_at_DB_ALIAS fromuser=whatever touser=whatever
: file=C:\the_dump.dmp full=y commit=y ignore=y
: This is trying to run imp73 on an alias connection. valid?
: After all this thought I'm anxious for the inevitable easy solution.
: Thanks in advance,
: Karen
-- Received on Tue Mar 28 2000 - 21:42:16 CST
![]() |
![]() |