|
|
Re: 8i migration - full import or schema imports ? Cons and pros [message #50916 is a reply to message #50911] |
Mon, 15 April 2002 02:38 |
Sergio
Messages: 11 Registered: March 2002
|
Junior Member |
|
|
Full database import is preferrable if users of your new database will be the same (I think it's your case if you are just migrating from old version to new).
Positives:
-no user creation needed
-all roles are migrating to new database
-all synonyms are migrating too
negatives:
-if list of users in new database is different you will have to drop some
-new database should not have users with same names as old database before import
Individual schema import is preferrable only if you don't want to create all users (with their rights like in source database) automatically.
positives:
-no (in your case) :-)
negatives:
-you will have to create all users manually
-you will have to create all roles manually
-if you have any objects in source database residing in sys schema you should migrate it manually
|
|
|