About 21,900 results
Open links in new tab
  1. database - How to completely restore Oracle DB using RMAN - Stack …

    startup mount; restore database; recover database; alter database open; Both the restore and recover processes finished successfully but I don't think the database was completely restored to the …

  2. Restoring RMAN backup to another instance: database name in control ...

    The source instance configuration, as a result of RMAN> show all: using target database control file instead of recovery catalog RMAN configuration parameters for database with db_unique_name …

  3. How to recover with RMAN at a given point in time?

    Nov 17, 2023 · I perform backups with RMAN on an Oracle 12c database. I'm trying to restore a table deleted on 11/17/2023 at 09:44 but I get an error message when I apply alter ...

  4. How do you re-duplicate a broken physical standby database?

    Apr 5, 2015 · RMAN> duplicate target database for standby from active database dorecover nofilenamecheck; Now rman will perform a duplication of your physical standby database.

  5. Restoring from Oracle RMAN backup fails about 60% of the time ...

    Feb 6, 2017 · I have a strange case where restoring a recently created Oracle RMAN backup sometimes works and at other times does not. We use Oracle 12c. The database is running in noarchivelog …

  6. Restore Backup with RMAN Oracle11g - Stack Overflow

    Nov 16, 2015 · 0 after a crash of my database, i try to restore my backupset. 1. Create a new Database with the same name as the old database 2. Set the flash_recovery_area to the folder where the …

  7. oracle database - RMAN backup is failing with write error on file ...

    This strategy ensures that the failure of a disk that contains a datafile does not also cause the loss of the backups or redo logs needed to recover the datafile. Consequently, a minimal production-level …

  8. When to use “using backup controlfile” in Oracle - Stack Overflow

    Mar 23, 2020 · So if i have 1 week old Control file along with all Archive log files, i have chances to recover the database completely or partially as per the requirement and in both the cases i have to …

  9. oracle database - incremental RMAN backups not rolling forward

    Jan 17, 2018 · We just switched from using datapumps over to using incremental backups with RMAN. I've been having issues with the incremental backup pieces rolling forward. Here are my scripts for …

  10. database administration - Recover Oracle system01.dbf - Stack Overflow

    Feb 5, 2018 · Recover Oracle system01.dbf Asked 7 years, 10 months ago Modified 7 years, 10 months ago Viewed 7k times