Parameter Sniffing is the result of using the query plan in the cache. When a stored procedure is compiled the last time a query …
Read More »dbtut
How To Get Size Of All Tables And Database On PostgreSQL
In a Cluster you can list all the databases and their sizes withe below script. I prefer one application db for a cluster generally. …
Read More »How To Run Backup Job Manually On Oracle
First, We connect to the node that the database is running with ssh. We see a list of backup jobs with the following command. …
Read More »How To Give Permission To a User On PostgreSQL
In this article we will examine how to give permission to a user in PostgreSQL. You should click on the Postgres menu item for …
Read More »How To Change Backup Retention AND Delete Obsolete Backup On RMAN
First, we connect to the node where the database is located with ssh. After loading the database’s profile, we connect to RMAN with the …
Read More »Sp(Stored Procedure) On SQL Server
You can keep the database-level code that you need to use every time in the application through “stored procedures” in the database. You can …
Read More »How To List Active Queries On PostgreSQL
In this article I will explain you to list active queries in postgresql. First you must connect to postgresql. You may want to read …
Read More »SQL Server Account Lockout Policy
Account Lockout Policy is a security mechanism used by SQL Server. For example, consider someone who is trying to log in with a user …
Read More »How To Check If There Is a Dictionary-Managed Tablespace On Oracle Database(Extent Management Control)
Extent Management Control can be LOCAL or Dictionary Based. If local, the information in the bitmaps in the datafile is used. If Dictionary Based, …
Read More »SQL Server Maintenance
I find OLA HALLENGREN’s maintenance script very successful and practical. In this article I will tell you where to download and install the script that …
Read More »