Oracle Database 19c Administration Workshop: Student Guide Pdf Updated
Deep dives into background processes, memory structures (SGA/PGA), and control/redo files. Multitenant Architecture:
| | Why it is Interesting | Practical Use Case | | :--- | :--- | :--- | | Automatic Indexing | 19c introduced AI-driven index creation. The guide shows how to review the DBM$ history tables to see why Oracle rejected an index. | Stopping developers from creating redundant indexes. | | Zero-Downtime Patching | Step-by-step for DATAPATCH with PDBs. | Patching 500 PDBs in 10 minutes without app disruption. | | RMAN Recovery Catalog in PDB | Host the recovery catalog inside a PDB, not a separate database. | Reducing infrastructure costs for backup metadata. | | Stopping developers from creating redundant indexes
: A complete collection of 19c guides, including the "2 Day DBA," is available on the Oracle Database 19c Books page Learning Paths : Oracle offers structured digital training through the Oracle Database 19c: Administration Learning Path Oracle Database 19c: Administration Workshop - New Horizons | | RMAN Recovery Catalog in PDB |
SELECT instance_name, status, database_status FROM v$instance; including the "2 Day DBA