Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Question re applying archive logs
I use a similar mechanism for an investment bank for their main trading
system.
They had a requirement to have a trimmed down copy made available at the end of every day in reporting, UAT, dev databases. One of main table which has about 400million records (50GB in size) could be reduced to 3 million for EOD (end-of-day) copies.
Solution i used is transportable tablespaces:-
It works very well for us. Main database is 200GB in size with undo, temp and other tablespace overheads. Copy they need after trim down of main table is only 11GB in size. And last i count there were about 25 copies of production across DEV, UAT, Reporting, Risk DBs etc.
25 * (200GB) = 5,000GB has been reduced to 25*11GB = 275GB.
Not bad i would say!!!
-----Original Message-----
From: Vishal Gupta [mailto:vishal_at_vishalgupta.co.uk]
Sent: 23 November 2007 21:26
To: 'wjwagman_at_ucdavis.edu'; 'oracle-l_at_freelists.org'
Subject: RE: Question re applying archive logs
Bill,
What you can do is
To revert back and rollforward
Cheers,
Vishal
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of William Wagman
Sent: 20 November 2007 18:57
To: oracle-l_at_freelists.org
Subject: Question re applying archive logs
Greetings,
We are trying to track down a problem which occurred a month ago and the
developers have requested that I restore a database incrementally. This
is Oracle 10gR2 and we are using RMAN to do backups. They wish the
database be recovered and restored to 6:00am on a particular day, they
will look at the data. They then want to see the state of the database 4
hours later. I have restored the database to 6:00am on that day and I
have archive logs generated over the next 24 hour period. The database
is in a consistent state and open now, how do I apply the next two
archive logs? Can I do that? I haven't been able to figure it out. I
hope I am stating the problem clearly.
Thanks.
Bill Wagman
Univ. of California at Davis
IET Campus Data Center
wjwagman_at_ucdavis.edu
(530) 754-6208
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Fri Nov 23 2007 - 15:38:51 CST
![]() |
![]() |