There are thousands of queries submitted per minute and it is too much data. But, To avoid the performance impact on the database due …
Read More »Oracle Password Expired Error
In this article, I will show you how to change users’ password expire policy. By default, all created users in Oracle Database will be expired …
Read More »Solution of Makefile54 Error On PostgreSQL
You may receive an error as follows when you try to install a different extension package that is not in Postgresql’s repo. To solve …
Read More »How To Execute a Script on Multiple Instance with Registered Server
Sometimes you may want to execute a script in more than one instance. It is a solution to connect to each instance individually, but …
Read More »How To Migrate MSSQL Server Logins To Another Instance
Step 1: Create SP sp_help_revlogin on master database of Source / Primary instance The following script create two stored-procedures. You will use the first one …
Read More »SQL Server Availability Group Failover Process
Sometimes you may need to restart one of the Always On servers. In such a case, you will need to failover the Availability Group …
Read More »SQL Server Availability Group Databases Synchronization Status
Sometimes you may need to restart one of the servers you use Always ON. Suppose you have 2 servers and that you have 10 …
Read More »PostgreSQL – List settings details
One of the features facilitating the management of PostgreSQL is that it hosts its basic document. We can easily learn a brief description of …
Read More »How To Install PostgreSQL On centos/redhat
First we go to https://yum.postgresql.org and into PostgreSQL where we will download the repo. Since we will install PostgreSQL 10 in our example, we will …
Read More »Update Table Without Update Permission On 11gr2
I’m going to talk about a problem I tested in 11gr2 versions. Each user with a select permission in a table can update that …
Read More »