About 50 results
Open links in new tab
  1. How to take Oracle backup and restore? - Database Administrators …

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

  2. 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 …

  3. 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 …

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

  5. 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 understanding of …

  6. Oracle: how to specify non-default backup location during RMAN restore

    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 able to …

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

  8. backup - How to export Oracle database without data - Database ...

    Jul 23, 2015 · I want export my Oracle database with its structure such as tables, schema, users, tablespaces, datafiles and everything but without the contained data.

  9. oracle - Restore non-cdb backup into pdb database - Database ...

    Mar 1, 2021 · 0 I haven't found any information on is it possible to restore a Oracle non-cdb 19.8 backup into a container-database PDB (still 19c) , or not.

  10. 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 …