HADOOP MULTI NODE INSTALLATION PROCESS [ Note: I am creating multi node in most easiest way by creating and using everything in root mode on …
Read More »ORA-13716: Diagnostic Package License is needed for using this feature
You can get the below error when you run the ADDR AWR report in the Oracle Standard edition database. “ORA-13716: Diagnostic Package License is …
Read More »Lock Compatibility On SQL Server
Lock Compatibility provides the necessary control when multiple transactions have the same lock request (row, page). If the resource is previously locked by a …
Read More »How to reset to MySQL root password
Some time we are facing issue like we forgot the MySQL root password. So here we are providing just some simple steps to reset …
Read More »SQL Server Lock Types
SQL Server implements different types of locks that determine how concurrent query requests access the data. For example, imagine that one user wants to …
Read More »ASM: Device is already labeled for ASM disk
Problem: If a disk previously included in an ASM disk group is attempted to be used for another disk group, it will fail with the …
Read More »Adding Space to Sybase IQ server
Adding Space to Sybase IQ server Little background about IQ space. In IQ 15.0 Dbspace != dbfile Under one dbspace we can have many dbfiles …
Read More »MySQL master-master replication
Master-Master Replication setup Replication makes data highly available for applications and websites, master-master replication is an active-active cluster kind of solution which can be …
Read More »PAGELATCH_EX and PAGELATCH_SH Wait Types and Hash Partition On SQL Server
The PAGELATCH_EX and PAGELATCH_SH wait types are errors that occur when writing to the same page in memory at the same time. These errors …
Read More »MySQL Basic Administration Commands
If you are beginner then this post will help you to monitor the mysql server. Here I am listing some most commonly used MySQL …
Read More »