Hello friends
My name is SHRIPAL SINGH and i'm working as a ORACLE DBA from july 2012 to till now. Behind of making this blog my purpose is making that easy to understand of ORACLE DATABASE, so that every body can understand it easily, i also making a YouTube channel www.youtube.com/user/ocptechno , connect to my YouTube channel and enjoy free videos.
In this video, we are going to demonstrate to you how to create a database in RPM-based installation database 19c, Full guide on the Production environment.
For more detail please visit on my website Click Here
In this video, I'm going to show you how to create DB Link between two oracle databases, and how to use DB link remotely,
DB Link complete tutorial step by step.
oracle find objects using database link.
oracle heterogeneous services 12c.
database link from oracle to sql server linux.
heterogeneous db link in oracle.
how to create dblink between two different databases in oracle.
create database link using tns.
grant create database link.
how to check db links in oracle.
How to Create a Dblink, dblink in 12c and 11g, creation of database link, heterogeneous dblink,
Once you have done failover, the standby database become Primary, Now you can not switchback to standby database again. so you can perform Failover only one time.
Step-1. Suppose you have lost the primary database for any reason.
On Standby: First of all cancel the standby database recovery using following command.
SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;
Note: The standby redo log information is still required, Therefore issue this command.
Step-2.
SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE FINISH;
If you are not using standby redo logs then run the following Steps.
Step-3. Now converting standby database role in primary role using following commands.
SQL> ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY;
Alert: This will only succeed if the correct RECOVER FINISH-statement was issued before. If you forgot the ‘SKIP STANDBY LOGFILE’ although you have no Standby RedoLogs, the COMMIT to Switchover will fail with the error that more Media Recovery is required here.
If the COMMIT TO SWITCHOVER fails for any reason you have to use the ACTIVATEcommand which forces the Failover.
Step-4.
SQL> ALTER DATABASE ACTIVE STANDBY DATABASE;
SQL> SHU IMMEDIATE
SQL> STARTUP
Hope you Enjoyed this artical, please tell us about your experience just write in comment box.