SQL Server 2017 and SQL Server 2019 can run on Linux operating system, and SQL Server Always On Availability Groups can be Setup without the …
Read More »Command Line Tools Postgresql
In today’s article, we will connect to postgresql and use the Postgres user and the psql command while doing this. We need to switch to …
Read More »ORA-01438: Value Larger Than Specified Precision Allowed For This Column
We get the error ORA-01438 when data larger than the specified length is entered into the table. Error Received: ORA-01438: value larger than specified precision …
Read More »Optimize Data Guard Configuration
After installing Data Guard, we may need to make some adjustments for it to work effectively. For example, Let’s assume that we have a network …
Read More »BEA-090892: The Loading Of OPSS Java Security Policy Provider Failed Due To Exception
While doing a test on weblogic today, I encountered the BEA-090892 error. The error comes when the services are restarting in the cluster structure. The …
Read More »SQL Server Disk Latency
There are actually several ways to control disk latency in SQL Server. But in this article, I will be explaining the most frequently used DMV …
Read More »ORA-01422: Exact Fetch Returns More Than Requested Number Of Rows
ORA-01422: exact fetch returns more than requested number of rows error when SELECT INTO statement returns more than one value. Error Received: ORA-01422: exact fetch …
Read More »Start PostgreSQL Cluster
In today’s article, we will start the PostgreSQL Cluster with the Pg_ctl command. What is the pg_ctl command? PG_CTL is the command required to start, …
Read More »Failover Using DGMGRL
In today’s article, I will talk about how we can perform failover using DGMGRL. If we cannot reach the primary database, we connect to the …
Read More »Upgrade With Physical Standby
The database upgrade stages with almost zero interruption from the current Data Guard configuration Single Node Primary and Physical Standby are as follows. 1. We …
Read More »