In busy databases you may encounter this wait event. The general reason is the low redo log I/O performance or the slow interconnect connection. …
Read More »DBCC UPDATEUSAGE Command On SQL Server
DBCC UPDATEUSAGE Detects and corrects errors in Page and row numbers. Prior to SQL Server 2005, the number of rows of some of the …
Read More »Case Insensitive Queries in Oracle
The default is case sensitive, so the following query returns no lowercase. In this case, the returned result will contain missing data. [crayon-673f36f6a401e589588137/] If …
Read More »DBCC CHECKCATALOG Command On SQL Server
DBCC CHECKCATALOG performs various consistency tests between system metadata tables. If you run DBCC CHECKDB, you do not need to run DBCC CHECKCATALOG. For details …
Read More »The database dbname is not accessible
ERROR: The database dbname is not accessible. (Object Explorer) EXPLANATION: Actually, I wouldn’t write an article for this error, but when I saw that …
Read More »How To Install ACFS (ASM Cluster File System) driver on RAC Database Servers
Oracle ASM Cluster File System (ACFS) is used to create a cluster file system via ASM. The created file system will use the space …
Read More »How To Create Default Constraint On SQL Server
When we create our tables, we set some columns to be null, so that some columns are never null. If the columns that we …
Read More »How Long Will CHECKDB Take to Run
The answer to this question depends on the size of the database that you are running this command, the parameters you will use with …
Read More »Identity Key Problem and DBCC CHECKIDENT
A colleague today said they received an error like this: Msg 2627, Level 14, State 1, Procedure SP_name, Line 33 Violation of PRIMARY KEY constraint …
Read More »How To Find Locked Database Objects
There are many tables and views in Oracle database that we can get information about with locked objects. You can access a lot of …
Read More »