About 69,100 results
Open links in new tab
  1. backup - ORACLE restore - how to restore specific .bkp file? - Database ...

    Since you supplied the paths to the backup sets you want to restore your database from, I assume that you obtained them from your current control file using RMAN.

  2. 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 User's Guide …

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

    Oct 21, 2015 · 10 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-point) …

  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 restore successfully …

  5. 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.

  6. oracle - Restoring an RMAN backup - Database Administrators Stack …

    Mar 11, 2022 · Probably not. 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 …

  7. backup - restore database using impdp full back - Database ...

    Aug 9, 2017 · I have new server and i installed oracle 10g same like production. and I have databump full backup using sys user. I need to restore on the new server. I used the following command while …

  8. oracle - Difference between full and level 0 rman backups? - Database ...

    Jan 29, 2013 · Suppose we take a full backup, and after that we take a level 0 backup, both using RMAN and Oracle 10g. I'm confused in the use of the level 0 backup and full backup. I found that the …

  9. How and what do you backup for a simple Oracle DB? - Database ...

    Essentially, what does constitute a "full" backup, so that the database + instance can be reconstructed by a fairly inexperienced Oracle user, even if the instance saw some undocumented tweaking. How …

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

    Feb 16, 2016 · According to your post you have not recovered the database. You may try the following commands to recover your database. SQL> recover database using backup controlfile until cancel; …