You may want to read the following articles about replication before reading this article. “How To Install PostgreSQL Replication By using archive_command On Centos“, “How …
Read More »How To Install PostgreSQL Replication With Replication Slots
First of all, we must install PostgreSQL on Primary Server and perform initdb operations. You can find out how to do this in the article …
Read More »What is PgBackRest and PgBackRest Installation in PostgreSQL 12
What is pgBackRest pgBackRest is a backup/restore tool in postgresql. PostgreSQL Backup Types In Postgresql, we create backups in two ways: logical and physical. Logical …
Read More »ORA-44787: Service cannot be switched into
If you have created and enabled a new service and then created a pluggable database, you may receive this error if you want to switch …
Read More »How To Reset ILOM SP(Service Processor) of Exadata Compute and Cell Node
We can reset the ILOM SP of compute nodes and cell nodes as follows: You can connect to the Ilom IP via ssh and run …
Read More »How To Connect to Container database (CDB) and Pluggable databases (PDB) in Oracle 12c
Connect to Root Container The connection to the root container is the same as connecting to the database instance in previous versions. Connection can be …
Read More »How To Change Column’s Data Type in PostgreSQL
Suppose that we created a table in the database by following the normalization rules for our application. However, we realized that the data type of …
Read More »Exadata – Disk Scrubbing Feature
Disk scrubbing exists on Exadata cell nodes to automatically repair the failed sector of the disk when the system is idle without compromising system performance. …
Read More »FATAL: lock file already exists
You may receive this error when there are multiple IPs on the same server that use the same port. In this case, you cannot run …
Read More »Send Email When the Blocked Session Count Exceeds a Certain Number in SQL Server
In some cases, sessions are blocked in databases. There are many reasons for blocking. In this article, I will not go into details of this …
Read More »