Hi there ,
I have Oracle 9i database. In its init.ora file following parameters are defined
UNDO_MANAGEMENT = AUTO
UNDO_RETENTION = 10800
UNDO_TABLESPACE = UNDOTBS1
The size of my undo tablespace has grown to 7GB.
I have few queries with undo tablespace.
1. How has undo tablespace grown ?
2. When I have defined UNDO_RETENTION as 10800 sec, should not then the space occupied in undo tablespace be relesed after 10800 sec ?
3. How do I decrease the size of my undo tablespace? Will it have effect on my data too ?
RKS
I have Oracle 9i database. In its init.ora file following parameters are defined
UNDO_MANAGEMENT = AUTO
UNDO_RETENTION = 10800
UNDO_TABLESPACE = UNDOTBS1
The size of my undo tablespace has grown to 7GB.
I have few queries with undo tablespace.
1. How has undo tablespace grown ?
2. When I have defined UNDO_RETENTION as 10800 sec, should not then the space occupied in undo tablespace be relesed after 10800 sec ?
3. How do I decrease the size of my undo tablespace? Will it have effect on my data too ?
RKS