need help with import full=y
database version = 10.2.0.4
export database = abc
import database = abctst
Export dump file with option full=y , after importing with full=y option, i seen the below messages in alert log.can you please let me know why tablespaces re-creation is done?
Alert Log:
CREATE UNDO TABLESPACE "UNDOTBS" BLOCKSIZE 16384 DATAFILE 'undotbs001.dbf' SIZE 524288000 EXTENT MANAGEMENT LOCAL
ORA-1543 signalled during: CREATE UNDO TABLESPACE "UNDOTBS" BLOCKSIZE 16384 DATAFILE 'undotbs001.dbf' SIZE 524288000 EXTENT MANAGEMENT LOCAL ...
Mon Nov 2 13:08:51 2009
CREATE TABLESPACE "SYSAUX" BLOCKSIZE 16384 DATAFILE 'sysaux001.dbf' SIZE 524288000 EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO
ORA-1543 signalled during: CREATE TABLESPACE "SYSAUX" BLOCKSIZE 16384 DATAFILE 'sysaux001.dbf' SIZE 524288000 EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO...