Instance Recovery in Oracle

Instance recovery is the process of applying records in the online redo log to data files to reconstruct changes made after the most recent checkpoint. Instance recovery occurs automatically when…

Data Dictionary in Oracle

The central set of read-only reference tables and views of each Oracle database is known collectively as the data dictionary. Overview of the Data Dictionary An important part of an…

Part 1: Constraints in SQL

Purpose: Use a constraint to define an integrity constraint—a rule that restricts the values in a database. The Oracle server uses constraints to prevent invalid data entry into tables. You…