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 »Connect To Postgres from command line in Windows
Sometimes you may need to connect to postgresql from command line in windows. In this article, I will show you how to do this. First, …
Read More »Create Hash of File in Windows
If you want to create hash of file in windows, this article will provide necessary information for you. You have an important file and you …
Read More »Upgrade MongoDB 3.4 to 4.2
In this article we will upgrade Mongodb 3.4 to 4.2. MongoDB Upgradation approach will be as follows; Upgrade Mongodb 3.4 to 3.6 Upgrade Mongodb 3.6 …
Read More »What is Transaction in MySQL
In the article, I will explain What is Transaction in MySQL. Also, article contains information about the use of Transaction, which is frequently used in …
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 »