I performed a test:
1) Created a user named "STEVE" at 10am
2) Shutdown the database
3) STARTUP MOUNT
4) Performed an incomplete time-based recovery by issuing command "recover database until time '2004-10-14:09:00:00'"
5) Issued cammand "ALTER DATABASE OPEN RESET LOGS;"
I then queried the database and found that the record I inserted after the time I specified in the time-based recovery. Why is that?
Adrian
Certified DBA/Developer
1) Created a user named "STEVE" at 10am
2) Shutdown the database
3) STARTUP MOUNT
4) Performed an incomplete time-based recovery by issuing command "recover database until time '2004-10-14:09:00:00'"
5) Issued cammand "ALTER DATABASE OPEN RESET LOGS;"
I then queried the database and found that the record I inserted after the time I specified in the time-based recovery. Why is that?
Adrian
Certified DBA/Developer