Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: migration from 8.1.5 to 8.1.7
Hi Martin,
>I want to move a database running under Win NT with Oracle 8.1.5 to
>another computer running Win NT with Oracle 8.1.7. I've already copied
>the datafiles and created/started the instance on the other server.
copying the datafiles is no good idea, because you can't be sure that the datafile structure is the same between two versions of oracle. A way that should work is:
exp userid=system/manager full=y consistent=y file=dump.exp log=dump.log
Now you should be able to access your "old" data on the new installation.
Bye,
Ralf
Received on Thu May 10 2001 - 01:18:08 CDT
![]() |
![]() |