Questions tagged [rman]

rman or Recovery Manager is a CLI tool for performing backups and recoveries on an Oracle Database.

rman or Recovery Manager is a CLI tool for performing backups and recoveries on an Oracle Database.

Oracle Recovery Manager (RMAN) is available as a command-line tool and can be accessed from Oracle Enterprise Manager. It simplifies the tasks of restoring a database from backups due to disk/hardware errors, user errors, and for managing replication. It supports restoring to a point in time, or tablespace, data file, or complete database recovery.

Recommended reading on rman basics:

153 questions
-1
votes
1 answer

How can I view all backups made with rman in the last 24h?

What is the best way to find backups made with rman in the last 24h.
r0tt
  • 379
  • 3
  • 20
-1
votes
1 answer

Backing up datafile in Oracle database (Oracle 11g).

Apart from RMAN which tool or method can be used to backup datafiles while the database is up in Oracle 11g?
Jeethu
  • 169
  • 7
-2
votes
2 answers

Problems performing backup operation using RMAN and Oracle 11g XE

I need to transfer my oracle 11g databases to a new machine. Both machines are using windows 7. Already found a lot of descriptions how to do that but its really hard if you are not an oracle expert because there is always information missing. What…
DrDrakken
  • 37
  • 7
1 2 3
10
11