I will explan Automatic GAP Resolution in Oracle Data Guard in this article. You may want to read below articles two understand Oracle Data Guard …
Read More »Oracle Cloud Free Tier
What is Oracle Cloud Free Tier? Oracle Cloud Free Tier is a free service that allows you to use Oracle Autonomous Database and Oracle Cloud …
Read More »Oracle Data Guard Redo Transport Services
I recommend reading article “Oracle Data Guard Architecture” to understand What is Data Guard before reading this article. Redo transport services are responsible for transporting …
Read More »ORA-19633: control file record is out of sync with recovery catalog
This error occurs due to problems during the upgrade process of databases from 11g to 12c. If the Upgrade is not completed and 11g continues …
Read More »What is Docker? Docker Installation and Usage
This article contains information about what docker is and how to install and use it. What is Docker? It is a program that allows the …
Read More »ORA-12911: permanent tablespace cannot be temporary tablespace
After upgrading to 12.2 databases, the temporary temp tablespace of some users is set to SYSTEM due to bug number 23715518. In this case, when …
Read More »What is Archivelog Mode in Oracle and How Do I Enable and Disable Archivelog Mode
What is Archivelog Mode in Oracle? The following operations cannot be performed until archive log mode is enabled. RMAN Online Backup Flashback Database User Managed …
Read More »Read Oracle alert log From SQL
It is possible to query the contents of the alertSID.log file in Oracle databases, such as a table in the database. To do this, you …
Read More »Oracle Data Guard Architecture
Oracle Data Guard has a simple and easy operation logic. Moves the redo data in the primary database to the Standby database and applies the …
Read More »ORA-39143: dump file may be an original export dump file
When importing with Data Pump, errors occur as follows due to the creation of the relevant dump file with the traditional export (exp) command. [crayon-6769b5a26be8e383796627/] …
Read More »