Re: recover uncommited data
- From: "Vladimir M. Zakharychev" <vladimir.zakharychev@xxxxxxxxx>
- Date: 30 Apr 2006 00:44:58 -0700
You can't. Uncommitted data never really existed in the database,
so you can't recover it after a crash/shutdown abort. You need to
redo all transactions that were active when you aborted the instance
and commit them. And I mean redo and commit manually, because
Oracle rolled them back while doing crash recovery.
Hth,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com
.
- Follow-Ups:
- Re: recover uncommited data
- From: aman.oracle.dba
- Re: recover uncommited data
- References:
- recover uncommited data
- From: aman.oracle.dba
- recover uncommited data
- Prev by Date: NDS vs DBMS_SQL
- Next by Date: Re: one datafile and redo log files both r corrupted
- Previous by thread: recover uncommited data
- Next by thread: Re: recover uncommited data
- Index(es):
Relevant Pages
|