Data Masking in Oracle 12c

Dear Readers, In this article, we will see the Data Masking in Oracle 12c. Every organization maintains the sensitive data regarding their operations. like  personal identifiable data, personal sensitive data or commercially sensitive data. organizations are required to protect their sensitive data falling to the wrong… Read More

Oracle : Backup of GI and RDBMS home before patching

Note : Please test below steps in your lower environment before trying in Production   Backup of GI and RDBMS home before patching   As root do it when DB instance/CRS is down  :  

Restore : If any issues and needs to restore… Read More

Oracle : Add ASM Disks to existing Diskgroup (RAC)

   

Oracle : Cloning user in Database

 

Gossip in Cassandra

Dear Readers, In this article we will see Gossip in Cassandra. Gossip Gossip is a peer-to-peer communication protocol to discover and share the location and state information about the other nodes in a Cassandra cluster. Gossip information is also persisted locally by each node to… Read More

Key components in Cassandra

Dear Readers, In this article we will see Key components in Cassandra. Gossip Cassandra uses The Gossip protocol for internal communication between nodes in a cluster. A peer-to-peer communication protocol to discover and share location and state information about the other nodes in a Cassandra cluster. Gossip information… Read More