If an oracle user is locked, it is usually caused by an incorrect password entry. In some cases, even if you remove the user’s …
Read More »SQL Server Agent Fixed Database Roles
A login must have authority over some database roles in the msdb database in order to access SQL Server Agent. These roles in the msdb …
Read More »CHOOSE and IIF Functions in SQL Server
CHOOSE and IIF functions are logical functions. CHOOSE function returns the value at the specified index from the specified list. IIF function performs the …
Read More »INS-35354 error received when RunInstaller is run
On an Oracle RAC server, you may receive an error as follows when you want to create a new database with runinstaller. INS-35354: The …
Read More »What is Spatial Index in SQL Server
Spatial Index can only be created on Spatial columns. That is, the type of column must be geometry or geography. Let’s create a table …
Read More »SQRT and SQUARE Functions in SQL Server
SQRT function returns the square root of a float value and the return data type is float. SQUARE function returns the square of a …
Read More »RMAN-08137 archived log not deleted, needed for standby or upstream capture process
When the “AVDF transaction log audit trail” is created and deleted, the archive logs cannot be deleted normally, depending on bug 23217905. The problem …
Read More »What is Filtered Index in SQL Server
The Filtered Index is a filtered nonclustered index. For example, you have 100,000 records in a table. And some of your queries are only …
Read More »SIGN Function in SQL Server(TSQL)
The SIGN function determines whether a number is negative, 0, or positive. If the number is negative, it returns -1, If the number is …
Read More »How To Delete Trace Files, listener log etc with ADRCI
With ADRCI, it is possible to delete files such as “log, trace, incident, cdump” created before a certain day. Instead of manually deleting individual files, …
Read More »