Oracle

15 articles with this tag

Oracle Database DataPump expdp impdp

Oracle Database DataPump expdp impdp

Oracle Data Pump is a powerful utility for exporting and importing database objects and data. It was introduced in Oracle Database 10g as an enhancement to the older export/import utilities (exp and imp). Data Pump provides a more flexible, scalable, and high-performance mechanism for moving data between Oracle databases compared to its predecessor.

30
Oracle database architecture

Oracle database architecture

Oracle Database is a Relational DataBase Management system (RDBMS) that is widely used for enterprise-level applications. Its architecture is designed to provide a robust and scalable platform for storing, managing, and retrieving data. The architecture of Oracle Database involves several key components and processes.

80
Oracle Database 19c Installation

Oracle Database 19c Installation

Oracle Database 19c is the latest long-term support release of the Oracle Database software from Oracle Corporation. It was officially released in January 2019, succeeding Oracle Database 18c.

23