Creating stand by Database on same host and perform the switchover task
Hi all, I would like to share steps to configure Data-guard on a same host , in this case I am using windows host Details inline: ========= OS: windows 10 64 bit DB version: 11.2.0.2 Primary : sales Standby DB : sales_sb Steps to be followed: ============== step 1: Lets us create a service for the stand by database step 2: Create directory structure for standby database step 3: Configure the listener and tnsnames files step 4: Create password files for both primary and standby databases step 5: Check min requirements like archive ,force logging on primary database step 6: Update primary database parameter file step 7: Now take the backup of primary database step 8: Now connect to rman for restore and recover Step 1: ==== C:\app\sl38\product\11.2.0\dbhome_1\bin\oradim -new -sid sales_sb Instance created. Step 2: ==== Create directory Structure Ste...