Oracle Database Software Installation Methods for Linux • Image-based - DBA downloads the database software and runs the setup wizard - DBA has more control on the options • RPM-based - DBA downloads the database software rpm and installs it - Quick installation with less options - Available from 18c onwards Oracle Database Installation Procedure 1. Make sure the server machine meets the requirements 2. Prepare the installation target machine 3. Download the required software - Download Oracle database software - In some configurations: download the Grid Infrastructure software 4. (optional) Download the lates available Release Update (RU), Release Update Revision (RUR), or Patchset from Oracle Support 5. Install Oracle Database software (and Grid if needed) 6. (optional) Apply the patches 7. Create the database Oracle Database Release/Version • For production systems, if possible, always use the most recent Long Term Release (19c). • Do not use the latest Innovation Release (2...
Tablespace consists of one or more data files. A data file belongs to only one tablespace. Segments, Extents, and Blocks • Segments exist within a tablespace • Segments are made up of a collection of extents • An extents is a collection of logically contiguous data blocks - Cannot span multiple data files • Data blocks are mapped to disk blocks SYSTEM and SYSAUX Tablespaces • The SYSTEM and SYSAUX tablespaces are mandatory tablespaces. • They are created at the time of database creation. • They must be online. • The SYSTEM tablespace is used for core functionality (for example, data dictionary tables). • The auxiliary SYSAUX tablespace is used for additional database components.