How to Copy ASM datafile From Primary Database to Standby Database on ASM
Method: 1 On Primary database:- Step 1:- Take an copy of the file to normal file system RMAN > Copy datafile ‘‘ to ‘‘ ;…
Method: 1 On Primary database:- Step 1:- Take an copy of the file to normal file system RMAN > Copy datafile ‘‘ to ‘‘ ;…
The steps involved in moving a datafile from a diskgroup to another is as given below. 1) Identify the data file to be moved. 2)…
Assumed Source database names: Host: SUN1 Primary Database SID: PROD Data file mount Point: /DB/PROD Assuming Target Database: Host: SUN2 Primary Database SID: CLONE Data…
Assumed Source database names: Host: SUN1 Primary Database SID: PROD Data file mount Point: /DB/PROD Assuming Target Database: Host: SUN1 Primary Database SID: CLONE Data…
Source database Details: Host: SUN1 Database SID=PROD Data file Mount Point = /DB/PROD Target (Clone) Database Details: Host: SUN1 Database SID=CLONE Data file Mount Point:…
What is a Cloning? Cloning is a process to create an exact copy of oracle database without using export/import. This method is used by DBAs…
What if you lose all your control files? In that case you have no option but to use a backup control file. The recovery needs…
On startup Oracle must read the control file in order to find out where the datafiles and online logs are located. Oracle expects to find…
Step 1 Restore database and mount the database Step 2 Recover the database SQL> recover database using backup controlfile; Step 3 Check file status SQL>…
Step 1 Startup the database with mount option SQL> startup mount Step 2 Recreate datafile SQL> alter database create datafile ‘’ as ‘’ size ;…
Please confirm you want to block this member.
You will no longer be able to:
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.