Changes in DBCA in Oracle 12c There were some changes in dbca tool in 12c. Now we can create container and pluggable database with DBCA. …
Read More »Encryptions in SQL Server
Security is the biggest concern nowadays particularly for those who manage critical applications.Every database must have …
Read More »Enabling Profiling in MongoDB
Database should have very good performance for the better production.To have better performance its necessary to optimize the long running queries which degrade …
Read More »MongoDB 4.0 new features in nutshell
MongoDB has grown from being a niche database solution to the Swiss army knife of the NoSQL technologies. Grigori Melnik, Head of Product, Server & …
Read More »Transaction Log For Database is Full Due To a Reason (ACTIVE_TRANSACTION, LOG_BACKUP, REPLICATION)
In this article, I will describe a few of the most known types and solutions of this error. Possible Errors Transaction Log is Full Due …
Read More »Oracle Reserverd Words
Some words in the Oracle database are reserved for specific use or fully. In this way, it is intended to eliminate possible typographical errors in …
Read More »What is Indexed View in SQL Server and How To Create an Indexed View
We create Indexed Views by adding indexes to views. For detailed information about the View concept, I would recommend you read my article “What is …
Read More »What is View in SQL Server and How To Create a View
We can briefly define View as a virtual table that does not physically store records, and is determined by a query. So, There is no …
Read More »Introduction to keyspaces in Apache Cassandra
When you are new to Cassandra many people wonder what is that keyspace. In order to start exploring the Cassandra, we must have a basic …
Read More »MongoDB GridFS explained
Many people are aware of the data type called BLOB in the database system that can store huge amount of data.Similarly in MongoDB we have …
Read More »