Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: moving oracle database 9 from another computer to another one
is it the right way to do it?
stop me if i make a mistake
- from the old pc ,i run : exp userid=system/manager file=c:\backup
\export_full.dump
log=c:\control\export_full.log full=y
- then i go to the new pc, i install the oracle server without a
database
-then i open a comand line and i run :C:\> imp userid=system/manager
file=c:\backup\export_full.dump
log=c:\control\export_full.log full=y
do i forget something? Received on Wed Dec 19 2007 - 12:13:31 CST
![]() |
![]() |