Oracle Cloning-Conventional Restore method and Rename DB post DB Refresh
Oracle Cloning - Conventional Restore method and Rename DB post DB Refresh For DBA Refreshing Table , Schema and Database are routine activity. You can refresh/Clone database using below method: 1.Conventional Restore method and Rename DB post DB Refresh 2. Conventional Duplicate Database method 3. Active database Cloning 4. Backup Base Cloning We will cover all these methods of cloning in individual blogs. In This blog , We will discuss about how to refresh/Clone Database using Conventional Restore method and Rename DB post DB Refresh. In this method , We will first restore target database on the auxiliary server as target DB name and post restore , We will change the name of the target database to auxiliary database. Below are the steps for cloning using this method: 1) Make the Source Database entry in oratab 2) Set ORACLE_SID environment variable : ORACLE_SID should be set to the proper SID name (target DB) 3)...