In today’s post, I will describe insert into oracle temporary tables and Active Data Guard. We will try to insert into temporary tables on active …
Read More »Onur ARDAHANLI
How To Create Data Guard Broker Configuration
In this article, we will create data guard broker configuration. You can see the overview of data guard broker in the article named “What is …
Read More »What is Data Guard Broker
This article contains information about Data Guard Broker architecture, components, commands, configuration file, etc. What is Data Guard Broker? Broker is a distributed management framework …
Read More »Alter Database Datafile Offline in Oracle
Sometimes we may need to take a datafile offline and online in oracle. In this article we will take a look at these operations and …
Read More »ORA-16674: standby database type has changed
If a database created as Physical Standby is converted to a Logical Standby database while the Broker configuration is enabled, you may receive an error …
Read More »SQL Apply Filtering on Logical Standby Database
Sometimes, we may not want to reflect the operations performed on the Primary database to the Logical Standby database. It can be ensured that DML …
Read More »Delete Archive logs Automatically on Standby
To delete archive logs automatically on standby you should set LOG_AUTO_DEL_RETENTION_TARGET parameter. The Foreign Archive Logs in Logical Standby Database is automatically deleted by SQL …
Read More »How To Convert Physical Standby Database to Logical Standby Database
Logical Standby Database does not support replication of all data types, tables, commands and PL / SQL Packages. Therefore, before converting a Physical Standby database …
Read More »Logical Standby Database in Oracle
What is a logical standby database? Apart from Physical and Snapshot Standby Database, it is another type of Standby Database. It is an active database …
Read More »ORA-48141: error creating directory during ADR initialization
After the STANDBY Database is installed and the necessary configurations were made, when INSTANCEs wanted to be START, one of the INSTANCEs opened and the …
Read More »