Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> More RMAN questions...

More RMAN questions...

From: Helmut Daiminger <hdaiminger_at_vivonet.com>
Date: Wed, 29 Nov 2000 10:55:15 -0800
Message-Id: <10695.123231@fatcity.com>


Sorry to bug you guys again, but there are still a few things that I don't quite understand:

  1. When I take a full db backup with RMAN, it creates one backup set (i.e. in my test environment one file: full_db_00001234_4.bck with about 600 MB in size).

This file contains backups of all tablespaces, right?

What happens if a tablespace and a datafile (from another tbs) go corrupt? Do I have to restore old image copies of those files and do restore from there? Or does the full_db_00001234_4.bck backup set from RMAN contain all the information needed (i.e. also re-creates tablespaces and datafiles)?

2) How do I schedule a database job to execute RMAN stored scripts periodically?

The way I do it now is that I have a batch file that is run at specific times:
  rman target sys/xxxxx_at_taz rcvcat rman/xxxxxx_at_pepe   cmdfile 'c:\Oracle\admin\taz\backup\full_db_backup.rmn'   log 'c:\Oracle\admin\taz\backup\full_db_backup.log'

3) Since I switched from cold backup to RMAN backups, how do I tell RMAN to only backup the archived logs that are created from now on? By specifying (archivelog all) RMAN also tries to archive old log (that I have already deleted). Or do I have to catalog every new archived log manually?

Once I'm all set up with RMAN here, I'll post a detailed memo of the little pitfalls to get RMAN going on NT/Win2k to the list.

This is 8.1.6 on Win2k. Received on Wed Nov 29 2000 - 12:55:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US