Home » RDBMS Server » Performance Tuning » Undo Tablespace Issue - Archiving Case
Undo Tablespace Issue - Archiving Case [message #111270] |
Tue, 15 March 2005 03:27  |
kumarsz
Messages: 180 Registered: March 2005 Location: canada
|
Senior Member |
|
|
Hi,
we are trying to archive data from our production server to archive server
The retention period is 24 months.
these are basically payment claims for servicing of parts
we refer group of claims as 'batches'
1 batch contains almost 50,000 claims
the tables that will be archived are 36 nos.
the procedure we are follwing is..
select data from production server
insert data in archive server
delete the data from production server
now the problem is that
1)if we 'commit' in between , it may lead inconsisterncy
2) if we treat all as single transaction we fall short in undo tablespace
please suggest on this!(can anybody give correct logic for this)
also my further queries are
Q 1.) in 9i with undo tablespace can we create and assign rollback segment for particular transaction
how to estimate the required rollback segment size if answer for above question is 'yes'
Q 2.) how to estimate undo tablespace required for specific transaction
Q 3.) can we handle Exception when we run short of Undo tablespace
Q 4.) inserting in archive server and deleting from production server will use undo space in production server only, right?
Thanks in Advance
Pratap
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat May 03 02:38:26 CDT 2025
|