The document discusses the logical and physical structure of an Oracle database. The logical structure includes tablespaces, which group related logical structures, and schema objects like tables and views. The physical structure consists of datafiles, which store actual data, redo log files for backups, and control files containing database structure information.
Related topics: