|
|
Recover deleted rows from a table from archive logs?
Is is possible to recover deleted rows from a table from archive logs?
For example, say you have a database with archive logging turned off.
You create a table and populate it with records. You then reset the logs
and place the database in archivelog mode.
Then you
delete from table;
commit;
Is the necessary information in the archive logs such that you can
reconstruct the deleted rows from the table?
|
|
0
|
|
|
|
Reply
|
snonck (7)
|
10/25/2006 10:53:03 PM |
|
On Oct 26, 2006 at 8:53am Snonck wrote:
S> Is is possible to recover deleted rows from a table from archive logs?
Typically not, as the archivelogs need only record (and, as I understand
it, DO only record) the rowid of the deleted row - when rolling forward
(as the archivelogs are intended to be used) this is all the information
you need about the transaction.
Your options for recovery (you probably already know this) would be Oracle
Flashback, if you're in time, or a point-in-time recovery of the database
to a separate instance, and export of the table.
S.
--
Steven Patterson, MSci (Hons), Oracle Certified Professional
|
|
0
|
|
|
|
Reply
|
Steven
|
10/26/2006 6:16:47 AM
|
|
Thanks for your reply.
I accidentally posted this question here instead of into
comp.databases.oracle.server.
I have now moved the question into the above newsgroup as it is a little
more livelier. I'm still trying to find out what the answer is as there
seems to be a bit of discussion about it.
Steven Patterson wrote:
> On Oct 26, 2006 at 8:53am Snonck wrote:
> S> Is is possible to recover deleted rows from a table from archive logs?
>
> Typically not, as the archivelogs need only record (and, as I understand
> it, DO only record) the rowid of the deleted row - when rolling forward
> (as the archivelogs are intended to be used) this is all the information
> you need about the transaction.
>
> Your options for recovery (you probably already know this) would be Oracle
> Flashback, if you're in time, or a point-in-time recovery of the database
> to a separate instance, and export of the table.
>
> S.
|
|
0
|
|
|
|
Reply
|
Snonck
|
10/26/2006 12:22:40 PM
|
|
|
2 Replies
546 Views
(page loaded in 0.038 seconds)
Similiar Articles: Recover deleted rows from a table from archive logs? FollowIs is possible to recover deleted rows from a table from archive logs? For example, say you have a database with archive logging turned off. You ... Table with 400000 rows takes a long time to count - comp.databases ...Recover deleted rows from a table from archive logs? - comp ... Table with 400000 rows takes a long time to count - comp.databases ..... 64M sort_buffer_size = 32M table ... 500 million rows every (8 hour) day - comp.databases.oracle.server ...Recover deleted rows from a table from archive logs? - comp ... 500 million rows every (8 hour) day - comp.databases.oracle.server ..... every word, just the most common ... Best way to delete old files? find & exec VS find & xargs - comp ...Recover deleted rows from a table from archive logs? - comp ... Best way to delete old files? find & exec VS find & xargs - comp ... Best way to delete old files? find ... How best to detect duplicate values in a column? - comp.databases ...... and allowing me to pick which of them to >> delete from the table. ... one row and use it to pull up all the n table rows for ... your query worked, and if not, call and log ... comp.databases.informix - page 4Help Needed: Recover Data after failed HPL job 2 98 (12/12 ... In the message log I see: Memory sizes:resident ... Table has row = 128 million records This one Index is on 3 ... Suspending HDR temporarily? - comp.databases.informixI'm wondering if there is some way to cause the logs ... myexport in parallel mode, with the exception table ... keys from the exception tables and delete those rows from the ... Sampling: What Nyquist Didn't Say, and What to Do About It - comp ...It can be useful to have a table of contents in the pdf ... as it then seeks the start of the next line (row). ... has to be a good reason for a new compression/archive ... top 10 uses for random data compression?? anyone? - comp ...She'd rather recover firstly than help with Imran's small ... If you'll erect Agha's table with agendas, it'll dully ... the loan in Iman's dose might amount some welsh logs. Recover deleted rows from a table from archive logs? - comp ...Is is possible to recover deleted rows from a table from archive logs? For example, say you have a database with archive logging turned off. You ... Oracle: Recover deleted rows from a table from archive logs ...database.itags.org: Oracle question: Recover deleted rows from a table from archive logs?, created at:Thu, 22 May 2008 13:31:00 GMT with 448 bytes, last updated ... 7/23/2012 5:40:53 AM
|
|
|
|
|
|
|
|
|