Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the directory backup/logs you can find the log from the last backup:

 


Find DBID of Database

From that logfile, you can find the start of the last backup, where you can find the DBID of the database.

...

Code Block
RMAN> alter database open resetlog;



OBS!!!

For restoring on a different server, we must run the following command 3 times BEFORE the backup starts:

alter system switch logfile;
alter system switch logfile;
alter system switch logfile;