When Enterprise Manager will not load, the instinct is to treat the database as down. This lesson separates the management path from...
Read the full lessonSeptember 25, 2026
Oracle DBA Lesson 18 — Inspect a PDB with SQL Developer
SQL Developer is another client for the same PDB you already open with SQL*Plus. This lesson connects to LABPDB as COURSE_READER , co...
Read the full lessonSeptember 23, 2026
Oracle DBA Lesson 17B — Run a Repeatable SQL*Plus Report
A report you will run again is a script: fixed line and page size, column formats, a spool file, and an exit that means what it says. A...
Read the full lessonSeptember 23, 2026
Oracle DBA Lesson 17A — Connect and Check Your SQL*Plus Session
Connect through a service, not through ORACLE_SID . Prove the session: SHOW USER , SHOW CON_NAME , and the USERENV service name. EXIT ...
Read the full lessonSeptember 23, 2026
Oracle DBA Lesson 16 — Choose the Right Database Tool
The job picks the tool. SQL*Plus does not create a database. DBCA does not apply redo. A listener can answer while the instance is down...
Read the full lesson-
By Gowthami | apps-dba.com | Oracle Administration Series A common issue after Oracle Database 19c patching is a Pluggable Database (PDB) o...
-
By Gowthami | apps-dba.com | Oracle Performance Series Oracle Parallel Query (PQ) allows a single SQL statement to be executed by multiple ...
-
Oracle Data Safe - Practical Guide Oracle Data Safe learner guide Oracle Data Safe Assess risk, discover sensitive data, audit acti...
Oracle DBA Lesson 20B — Define How a New Database Will Be Accepted
OPEN means the instance finished recovery and will take sessions. It is not a handoff. Acceptance is four proofs, each with evidence, ...