Data Guard is Oracle's database solution for high availability and disaster recovery. In the article we will analyze how it works and the types it has. In its use we define our production base as primary… read more
How databases are stored and what indexes are
We have seen what a relational database is and that our entities are logical objects called tables. But how are they stored “physically” in an RDBMS (relational database management system)? Tables as objects are stored and… read more
How Oracle database works
One of the most well-known RDBMS (database management system) with one of the largest percentages in the market is Oracle Database. What is special about Oracle DB compared to the competition, it offers active/active technology, i.e. a clustering of different... read more