Oracle starts in three stages: NOMOUNT, MOUNT, and OPEN. Each stage needs different files. The stage Oracle reached is why the database...
Read the full lessonSeptember 26, 2026
Oracle DBA Lesson 21E — Why Dates and Numbers Look Different
A DATE is not the characters on the screen. SQL*Plus turns that value into text with the session's date mask, so one stored day pri...
Read the full lessonSeptember 26, 2026
Oracle DBA Lesson 21D — Why Text Looks Wrong in SQL*Plus
SQL*Plus does not decide what your keyboard sends. It tells Oracle what those bytes already are, in NLS_LANG . Oracle converts betwee...
Read the full lessonSeptember 26, 2026
Oracle DBA Lesson 21C — Characters, Bytes, and Text-Column Limits
José is four characters and, in an AL32UTF8 database, five bytes. LENGTH counts the characters. LENGTHB counts the bytes. A VARCHAR2...
Read the full lesson
Subscribe to:
Posts (Atom)
-
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 22A — Where Did Startup Stop?
Oracle starts in three stages: NOMOUNT, MOUNT, and OPEN. Each stage needs different files. The stage Oracle reached is why the database...