About 65,900 results
Open links in new tab
  1. oracle - How do I use RMAN to create a test database from a full ...

    I have a complete RMAN backup set of a production database, taken as a copy of the flash recovery directory, from which I want to build a test database. I have started to glean an …

  2. backup - ORACLE restore - how to restore specific .bkp file?

    database)? By default RMAN is configured to automatically back up control file and spfile after every successful backup and on every database structural change (for example, adding …

  3. oracle - How to Restore RMAN Backup at Specific Date - Database ...

    Jun 26, 2024 · it will restore proper full backup files, apply differentials if any and apply all archivelogs until your date. For the last archive log it will apply it partially.

  4. Restore oracle database 12C incremental backup on daily basis

    Jun 28, 2021 · i need to restore my backup at different database server with following sequence on daily basis level 0 incremental only once level 1 incremental everyday i did the level 0 …

  5. rman - Right way to delete the archive - Oracle - Database ...

    Oct 21, 2015 · So I have an Oracle database (standalone) running in RHEL and I have scheduled RMAN for backups on daily and weekly basis. Sometimes my file system (archive mount …

  6. How to take Oracle backup and restore? - Database …

    Sep 28, 2012 · I have been using Oracle 11G express edition for past couple of months and I am not sure of doing the backup and restore in oracle. I can see the option to backup database …

  7. oracle - Restoring an RMAN backup - Database Administrators …

    Mar 11, 2022 · When you restore a database from an rman backup, you are actually building that database from scratch. The database that you 'pre-created' on the new server means nothing.

  8. oracle - Restore data from an old rman backup - ORA-01152

    Feb 16, 2016 · I have some trouble restoring some data from an old backup. Original machine was lost and my mission is to restore data. This is not a critical machine, but some data is still …

  9. How to backup an Oracle database from SQL Developer

    Oct 7, 2017 · New to Oracle, usually work with SQL Server. Is there an easy way to backup an Oracle database from SQL Developer. I've read these links Database Backup and Recovery …

  10. Oracle: how to specify non-default backup location during RMAN …

    Aug 11, 2023 · 2 Oracle 19c on Windows. RMAN scheduled backups go to FRA here: D:\oracle\recovery. I have another backup in D:\backup\ which I want to restore. I need to be …