We can perform the following operations with ALTER TABLE Statement. Add a column to a table Delete a column from a table Change the data …
Read More »Moving SVN Repository to Another Oracle Enterprise Linux Server
In this article, I will mention about moving a subversion repository from one server to another. Actually, it is a backup and restore job by …
Read More »SVN Server Installation on Oracle Enterprise Linux 6.4
In this article, I will mention about SubVersioN (SVN) installation on Oracle Linux Server. SVN is a type of version control system. Basically it allows …
Read More »Suddenly, AlwaysOn AG Replica was failed.
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 »