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 »Update Specific Row in EDIT TOP 200 Rows and Change the Query for EDIT TOP 200 Rows in SQL Server Management Studio
Most database experts, or TSQL developer knows EDIT TOP 200 Rows option. When you click EDIT TOP 200 Rows by right-clicking on the table, unlike …
Read More »FLOOR Function in SQL Server(TSQL)
The FLOOR function returns the largest integer value smaller than a number. If the number is already an integer, it returns the same number …
Read More »