The document provides an overview of the basic features of Oracle, including:
- Oracle consists of an Oracle database and Oracle server instance, with SQL as the programming language.
- The database has both a physical structure of datafiles, redo logs, and control files, and a logical structure of tablespaces and schema objects.
- An Oracle instance includes background processes and a shared memory area (SGA) containing buffers, redo logs, and the shared pool.
- SQL and PL/SQL allow querying and manipulating the database, with PL/SQL adding programming functionality. Background processes manage I/O, recovery, and other maintenance tasks.