1. Create the target db (if it's not created yet)
2. Configure the ts/dbf at target db to be that of the source db
3. Configure rbs in target db
4. Perform import.
You mean to say that I need to create a database with the datafiles/tablespaces and segment names exactly the same as the source database. Wont this create a system table space and also create objects in it.
Does this mean that you do not import the system user from the export.
The database can not be created by exp/imp, no way. You have to create the instance and the database manualy, only then can you execute the import. However you don't need to create the complete database, ie don't need to create all the tablespaces, users etc... Creating the database with a SYSTEM tablespace, an additional RB segment in sytem TS and users SYS and SYSTEM is sufficient, provided that imp will be able to create the datafiles exactly es they were in the original database (ie it will be able to create exactly the same directory structure for database files).
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
If we have to create a system table space manually then whats the use of it being exported in a full export. In any case export of the system tablespace is useless then.
Originally posted by anuragmin If we have to create a system table space manually then whats the use of it being exported in a full export. In any case export of the system tablespace is useless then.
Thanks
Anurag
I'm affraid you'll have to dig into manuals a bit and try to find out what are the basic concepts of export and why is it used for.
Unless your database is a total mess (meaning that any user appart from SYS has any object created in the system tablespace), nothing from the system tablespace is exported ever, no matter what kind of export you take. Remember that objects owned by SYS are never exported!
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Hi,
Below is a sample of the log file generated with a full export.
According to jmodic system tablespace is not exported. I am not sure whether all of these are system tables but the ones with $ signs definitly should be.
Also if these are not system tables then can i just go ahead and delete them without affecting the day to day database operation.
Please confirm.
Thanks
Anurag
Connected to: Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production
With the Objects option
PL/SQL Release 8.0.5.0.0 - Production
Export done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
Bookmarks