Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle export/Import question:
haganahtrainer_at_gmail.com wrote:
> I specified a full export from one database instance (exp user/
> passwd_at_sid FULL=Y FILE=fu.dmp)
>
> My question is,if I import this into another instance, will this
> overwrite the "System" schema in the new instance? Is there a way to
> omit certain schemas that were exported in the .dmp file?
>
> There were over 50 schemas that I needed so the full option seemed to
> be the easiest route, I do not;however, want to overwrite the system
> account on the new instance...
>
> Thanks!
Review the options available with EXP and IMP. You can control which schemas are exported and imported and whether existing objects are destroyed.
Personally, though, I would write an export that does the job I want and need ... not one that takes everything and leaves open the possibility of a mess later.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Tue Aug 21 2007 - 16:17:25 CDT
![]() |
![]() |