Create tablespace of big size in a faster way
Hi All,
I am trying to import the dump file taken from eport of 10g database.
I have an empty 11gr2 database right now. And to import the 10g expdp file, I need to have the similar tablespaces in the new database.
The problem I am facing here is that the tablespace size in the 10g database were very big eg. 50G +. To create this on the 11gr2 is taking lot of time.
Is there any other faster way of creating tablespaces? I am using the following command currently
create tablespace XXCS datafile '/database/main_db_dir/testdb/XXCS.dbf' size 40000M autoextend on;
Please suggest.
Thanks