Tag

#DBA

Oracle Memory Structure

January 3, 2022

Architecture of Oracle Memory Structure Oracle database creates and uses memory structures for program code, data shared among users, private data areas for each connected user, cached data.…

Understanding Oracle Instance

December 28, 2021

Oracle Oracle is relational database management system which uses relational data model. In the relational data model, data is seen by the users in the form of tables.…

Database Architecture and Types

December 27, 2021

A database architecture is a representation of DBMS design.  It helps to design, develop, implement, and maintain the database management system. A DBMS architecture allows dividing the database…