This article contains information about PL/SQL Procedures and parameters in procedures such as IN, OUT, IN OUT. What is Procedure in Oracle? PL/SQL Procedures are …
Read More »ORACLE
Oracle PL/SQL Loops
This article contains information about PL/SQL Loops such as WHILE, FOR and necessary statements for these loops like GOTO, Continue, EXIT. What is loop in …
Read More »Oracle PL/SQL Conditional Statements
This article contins information about PL/SQL Conditional Statements such as IF,IF ELSE,ELSEIF,CASE. Conditional statements allow to execute commands according to a certain condition. The condition …
Read More »Oracle PL/SQL Operators
This PL/SQL Tutorial is about PL/SQL Operators. Operators are special expressions that operate process between one or more values in programming languages. PL/SQL has operators …
Read More »Oracle PL/SQL Data Types and Variables and Literals
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 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 »