Creates a checksum value of a data set. You can use it to check if data in a column is being modified. accepts int …
Read More »How To Change the Cluster interconnect and public interface in RAC databases
In RAC databases, serious cluster wait events are seen, usually due to the low speed of interconnect interfaces. Therefore, after the installation, faster hardware interfaces …
Read More »User, group, or role already exists in the current database
You moved the database to another instance and created a new login for this database instead of moving the login from the old instance …
Read More »APPROX_COUNT_DISTINCT Function in SQL Server(TSQL)
This function returns an estimated number of non-null unique values in a data set. It came with SQL Server 2019. Let’s create a table …
Read More »ORA-00313: open failed for members of log group Error on Standby Database
ORA-00313 error can be received depending on any problem in redo log files in standby database. The possible error message will be as follows. …
Read More »Conversion failed when converting date and/or time from character string
You receive this error when you try to convert a string that is a not compatible with the datetime data type to a datetime. …
Read More »AVG Function in SQL Server(TSQL)
We use the AVG function to obtain the average value of the specified column. Its one of the most used SQL Server functions. Let’s …
Read More »How To Set Password Policy in Oracle
The password of Oracle database users is usually set to the same as the user name. Or passwords are set very simply. That means …
Read More »How To Capture Query Timeouts With Extended Events
We can capture Query Timeouts by using SQL Server Extended Events Session. Right click on Management-> Extendend Event-> Sessions on SSMS and select new …
Read More »OVER Clause in SQL Server(TSQL)
We send a dataset to a function by grouping it with the Partition By statement int the OVER Clause. We sort the groups by …
Read More »