Alter tablespace add datafile taking too much time [message #62258] |
Thu, 08 July 2004 03:19 |
Jitendra Agrawal
Messages: 71 Registered: December 2003
|
Member |
|
|
Hi,
I am trying to add a datafile to an existing tablespace. It takes more than 2 hours and still it is not added. I have to kill the instance.
Following is a part of alert logs.
/* OracleOEM */ ALTER DATABASE DATAFILE '/home/oracle/product/9.0.1/oradata/stpora/crbt_01.dbf' AUTOEXTEND ON MAXSIZE 2000M
Wed Jul 7 23:48:47 2004
Completed: /* OracleOEM */ ALTER DATABASE DATAFILE '/home/ora
Wed Jul 7 23:49:51 2004
/* OracleOEM */ ALTER TABLESPACE "CRBT" ADD DATAFILE '/home/oracle/product/9.0.1/oradata/stpora/crbt_02.dbf' SIZE 1000M
Thu Jul 8 00:49:27 2004
alter tablespace "crbt" add datafile '/home/oracle/product/9.0.1/oradata/stpora/crbt_02.dbf' size 1000M
Thu Jul 8 00:49:27 2004
ORA-959 signalled during: alter tablespace "crbt" add datafile '/home/oracle...
Thu Jul 8 00:49:38 2004
alter tablespace crbt add datafile '/home/oracle/product/9.0.1/oradata/stpora/crbt_02.dbf' size 1000M
Thu Jul 8 00:49:38 2004
ORA-1119 signalled during: alter tablespace crbt add datafile '/home/oracle/p...
Thu Jul 8 00:49:48 2004
alter tablespace crbt add datafile '/home/oracle/product/9.0.1/oradata/stpora/crbt_03.dbf' size 1000M
Thu Jul 8 03:49:40 2004
Thread 1 advanced to log sequence 40
Current log# 3 seq# 40 mem# 0: /home/oracle/product/9.0.1/oradata/stpora/redo03.log
Thu Jul 8 04:35:08 2004
ORA-604 signalled during: /* OracleOEM */ ALTER TABLESPACE "CRBT" ADD DATAFI...
Thu Jul 8 04:38:00 2004
ORA-604 signalled during: alter tablespace crbt add datafile '/home/oracle/p...
Thu Jul 8 04:49:17 2004
Should I reduce the size? What should be the size for datafile so that it gets added?
Regards,
Jitendra Agrawal.
|
|
|
|
|
|
Re: Alter tablespace add datafile taking too much time [message #62271 is a reply to message #62265] |
Thu, 08 July 2004 15:22 |
Jitendra Agrawal
Messages: 71 Registered: December 2003
|
Member |
|
|
Hi,
1. What do you mean by 'any event set'?
2. I tried the crbt_02 from OEM and crbt_03.dbf from sqlplus. I had to kill the instance after 2 hours.
3. Tablespace exists. There is a temp tablespace.
4. The file is being made.
I have 320 MB of SGA allocated (have enough RAM) should I increase SGA to 1 GB? Will that help? alert.log does not show any errors..
Thanks and Regards,
Jitendra Agrawal.
|
|
|
|
|