June 2019

Oracle

Cloning with RMAN is easy!

In this blog I will show you how to use an RMAN backup to create a database clone. In my last blog “Recovery with RMAN is easy!” I explained how RMAN can assist to recover from a data file corruption. Fortunately failures like corrupted data files or loss of the entire database are very rarely. More often you might have the challenge to create a copy of the database on a different server for testing or Q&A purposes. RMAN can assist directly with the duplicate command. But it might be a good idea to validate the backup while creating a

Cloning with RMAN is easy! Blogbeitrag lesen »

Oracle

Recovery with RMAN is easy!

In this blog I will show you how easy it is to restore a corrupted tablespace or datafile using RMAN. In my last blog “Backup and Recovery with RMAN is easy!” I wrote how easy it is to backup a database using RMAN if “Oracle” can take care of the file structure. The third blog will than give some details about database cloning / database restore. Let’s start with a curruped database first. Linux is very handy so to destroy or corrupt a data file you can simply use the following command: dd if=/dev/zero of=/u02/oradata/PAUL/88ECC48AE4632772E0530D63A8C04AEF/datafile/o1_mf_users_gfqznp2m_.dbf’ bs=8192 count=1000 Please don’t test

Recovery with RMAN is easy! Blogbeitrag lesen »

Oracle

Backup and Recovery with RMAN is easy!

About 8 years ago I wrote a blog named: It’s so Easy to use RMAN for Backups. So it’s time for a revisit and to show how easy it is to restore a database. Oracle Managed Files (OMF) Let’s start with some easy tasks: the naming and location of Oracle database files. There might be some few reasons (e.g. Oracle 12.1 with Multitenant) why you want to explicitly name the data files. But for the majority of database its more useful to handle over naming to the Oracle database.There are three parameters: db_create_file_dest: The parameter specifies the location of data

Backup and Recovery with RMAN is easy! Blogbeitrag lesen »

Scroll to Top