In today’s article, I will be explaining how to shrink the tables in the Oracle database. One of the issues that we, as database administrators, …
Read More »Command To Shutdown Oracle Database
In today’s article, I will explain the Abort, Normal, Immediate, Transactional and Startup Force commands to close the oracle database. Shutdown Abort: 1. It is …
Read More »Where Command In PostgreSQL
In today’s article, we will be cover about pulling a conditional row from the Table with the where command in PostgreSQL. The where command is …
Read More »How To Open Database File
In today’s article, we will be cover the Database Opening Steps, Nomount, Mount and Open. Nomount: 1. The parameters in the spfile parameter file are …
Read More »Oracle Autonomous Health Framework
Today, we will examine the AHF tool offered by Oracle, which offers us the tools we used as orachk and exachk with more advanced features. …
Read More »PostgreSQL Select
In today’s article, we will cover What is Select and How to Write a Basic Select Statement. Select is a postgresql sentence used to convey …
Read More »Import Data
In today’s article, I will cover you about the Data Import process and the parts to pay attention to in this process. IMPORT PROCESS 1. …
Read More »RedHat 6.X – Oracle Linux 6.X Conversion
In today’s article, we will free the RedHat operating system by converting it to the Oracle Linux operating system. In this way, you will be …
Read More »DML PostgreSQL
The combination of select, insert, update and delete operations is called DML (Data Manipulation Language). If you are dealing with databases, it is definitely something …
Read More »Data Export
In today’s article, I will give information about the Data Export and Export processes. In order for us to export with the expdp tool: We …
Read More »