This article contains information about PL/SQL Data Types and Variables and Literals. Oracle PL/SQL Data Types Data types indicate how data is stored in memory. …
Read More »ORACLE
Oracle Blockchain Tables in Oracle 20c
This article contains informations about Oracle Blockchain Tables and benefits. You will also find information about creating oracle blockchain tables and insert into data to …
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 »PERFORMANCE TUNING TIPS AND TECHNIQUES
Below are some of the basic hygiene techniques and concepts we should keep in mind to get the maximum performance out of our query . …
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 »