Last night, a customer started to receive error messages about one of the Replica in an AlwaysOn Availability Group configuration. Error messages were related …
Read More »RMAN ORA-19566 exceeded limit
When we get a backup with Rman, if there is a damaged block on a datafile, the ORA-19566 error will be received and the backup …
Read More »Running an Existing Job Using Maintenance Plan
We perform maintenance operations on SQL Server using Maintenance Plan. In this article I will describe the process of running a sql server job. I …
Read More »The computer ‘xxx’ is joined to a cluster
We had a job adding a new node to a Cluster the other day. During this process, I encountered the error you would see in …
Read More »Chained Row Analysis
A chained row is called a row that does not fit into a single database block. For example, when you try to add a …
Read More »Deleting Maintenance Plan History
We perform maintenance operations on SQL Server using Maintenance Plan. This article describes how to delete the maintenance plan history. I will share links to …
Read More »GRANT, REVOKE and DENY Commands in SQL Server(TSQL)
You can use GRANT, REVOKE, and DENY commands on many database objects in SQL Server. With the GRANT command, you can authorize a user. With …
Read More »DCOM was unable to communicate with the computer “server_name.domain_name” using any of the configured protocols; requested by PID
ERROR: DCOM was unable to communicate with the computer “server_name.domain_name” using any of the configured protocols; requested by PID 5cac (C:\Windows\system32\ServerManager.exe). Event …
Read More »Data Pump, expdp ORA-39127, ORA-01031, ORA-06512 Errors
When you are backing up with Data Pump (expdp), it may indicate that the privileges are insufficient and may end with errors such as ORA-39127, …
Read More »Updating Statistics Using Maintenance Plan
We perform maintenance operations on SQL Server using Maintenance Plan. In this article I will describe the process of updating statistics. For more detailed information …
Read More »