First, you should request two 5 GB disks from new storage. These 2 disks must be visible to all servers included in the windows …
Read More »dbtut
MIN and MAX Functions in SQL Server(TSQL)
We find the minimum value in a column in a dataset, with the MIN Function and we find the maximum value in a column …
Read More »Learn the Cause of the Error and View the Suggestions with the OERR Utility
We can display the cause of an error that we received and troubleshooting suggestions, with the OERR Utility. It is located under the $ORACLE_HOME/bin directory. …
Read More »Validate Windows Cluster Configuration
In this article I will show you how to validate windows cluster configuration step by step with screen shots. You can perform validate configuration to …
Read More »COUNT_BIG Function in SQL Server(TSQL)
The COUNT_BIG function performs the same function as the COUNT function. The only difference is that the COUNT_BIG function returns the BIGINT value while …
Read More »ORA-15064 ORA-03133 ASMB terminating
The database instances can be closed with an “ASMB terminating” error due to a bug. The error codes are ORA-15064 and ORA-03113. Possible errors …
Read More »Set a Database To Read Only Mode, Take Database Offline or Detach a Database
Sometimes we need to move the database from one instance to another instance. But we don’t dare to erase our old database right away. …
Read More »COUNT Function in SQL Server(TSQL)
We find the number of records in a data set with the Count function. For example, we can find the number of records in …
Read More »waiting for snapshot control file enqueue
Rman creates a control file snapshot file or a consistent control file image in the control file backups. While a rman process taking a …
Read More »What is DeadLock in SQL Server
What is DeadLock? Although it is like a movie star, it causes serious problems in applications. If we want to briefly summarize DeadLock, two or …
Read More »