Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rman cold backup

703682Nov 30 2010 — edited Dec 20 2010
Hello!
I am trying to restore my db from a cold backup.
My backup script is like this:
database is mounted
backup incremental level 0 tag 'db' database;
alter database open;
My restore:
database is mounted
restore database;
recover database;
alter datbase open.

After I make my cold backup I delete a record from my database, but after the restore I still don't find it.
Am I doing the backup/restore the right way?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 17 2011
Added on Nov 30 2010
9 comments
577 views