Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: After I done a Full Export of my database, how do I move this database to another database with a different instance name
Tim,
You can just do a full import into your test database. The fact that it is a different instance name does not make any difference!
Set up your TNSNAMES file with entries to both of your databases (if not previously done). Then do the following:
That's all there is to it!
HTH,
Brian
Tim Lee wrote:
>
> Dear all:
>
> I have two Oracle instances reside on my NT server
>
> One is for production, and one is for testing.
>
> Now I would like to move my entire production database to my testing
> database.
> So I have done a full database export of my production database
>
> But I realise that now when I do the full import to my testing database,
> because the tesing database have a different instance name as the production
> one, it will try to re-create all these objects in the production database
> during the import.
>
> What should I do to move all objects form my production database to the
> testing database?
>
> Thanks for all your help in advance!
-- ======================================== Brian Peasland Raytheons Systems at USGS EROS Data Center These opinions are my own and do not necessarily reflect the opinions of my company! ========================================Received on Wed Mar 07 2001 - 08:29:02 CST
![]() |
![]() |