Mir Sayeed Hassan – Oracle Blog

Oracle DBA – Tips & Techniques | Learn with real-time examples

  • Translate

  • It’s Me






  • My Certificates

  • Links

    My Acclaim Certification : Credly Profile
    My Oracle ACE Pro Profile

  • Achievements

    Awarded Top 100 Oracle Blogs from Worldwide - #RANK 39
  • VISITORS COUNT

  • Verified International Academic Qualification from World Education Service (WES)

    Verified International Academic Qualification from World Education Service (WES)

  • Jobs

Error opening the PDB db as MAX_STRING_SIZE migration is incomplete for pluggable database PDB$SEED in Oracle 19C DB

Posted by Mir Sayeed Hassan on November 20th, 2024

Error opening the PDB db as MAX_STRING_SIZE migration is incomplete for pluggable database PDB$SEED in Oracle 19C DB

Check the database version

SQL> select name, open_mode, version from v$database, v$instance;

NAME       OPEN_MODE       VERSION
--------------------------------------
PEPTEST    READ WRITE     19.0.0.0.0

Check the CDB & PDBS

SQL>... 
Read more..

Posted in ORA-Error | No Comments »

How to export the dumpfile backup into multiple directory in Oracle database 19C

Posted by Mir Sayeed Hassan on November 13th, 2024

How to export the dumpfile backup into multiple directory in Oracle database 19C

Check the database version

SYS> select name, status, open_mode, version from V$database, v$instance;

NAME        STATUS    OPEN_MODE      VERSION
------------------------------------------------
ORA19CDB    OPEN     READ WRITE     19.0.0.0.0

This scenario...
Read more..

Posted in Datapump (Expdp/Impdp) | No Comments »

How to create a logical directory in Oracle Database 19C for Export & Import (expdp/impdp)

Posted by Mir Sayeed Hassan on November 13th, 2024

How to create a logical directory in Oracle Database 19C for Export & Import (expdp/impdp)

Check the database version

SYS> select name, status, open_mode, version from V$database, v$instance;

NAME       STATUS      OPEN_MODE        VERSION
----------------------------------------------------
ORA19CDB   OPEN       READ WRITE       19.0.0.0.0

Login...
Read more..

Posted in Datapump (Expdp/Impdp) | No Comments »

How to export the dumpfile default directory location in Oracle database 19C

Posted by Mir Sayeed Hassan on November 13th, 2024

How to export the dumpfile default directory location in Oracle database 19C

Check the database version

SYS> select name, status, open_mode, version from V$database, v$instance;

NAME       STATUS     OPEN_MODE       VERSION
-------------------------------------------------
ORA19CDB   OPEN      READ WRITE     19.0.0.0.0

The name of...
Read more..

Posted in Datapump (Expdp/Impdp) | No Comments »

Patching Oracle Database 19C Release Update on April 2024 19.23 (p36233126) On Grid Infrastructure Standalone Server

Posted by Mir Sayeed Hassan on May 29th, 2024

Apply Patching Oracle Database 19C Release Update on April 2024 19.23 (p36233126) On Grid Infrastructure Standalone Server.

Check the status of Database

[oracle@stagdb1 ~]$ sqlplus / as sysdba

SQL*Plus: Release 19.0.0.0.0 - Production on Wed May 15 01:11:01 2024 
Version 19.22.0.0.0
Copyright (c) 1982, 2022, Oracle. All rights reserved.
Connected... 
Read more..

Posted in DB Patch | Comments Off on Patching Oracle Database 19C Release Update on April 2024 19.23 (p36233126) On Grid Infrastructure Standalone Server

Patching Oracle Database 19C Release Update on April 2024 19.23 (p36233263) on Single Instance Database

Posted by Mir Sayeed Hassan on May 29th, 2024

Patching Oracle Database 19C Release Update on April 2024 19.23 (p36233263) on Single Instance Database

Check the status of Database

SQL> select instance_name, version, open_mode from V$database, v$instance;

INSTANCE_NAME    VERSION       OPEN_MODE
---------------- ------------------------
peptestdb       19.0.0.0.0    READ WRITE

Verify...
Read more..

Posted in DB Patch | Comments Off on Patching Oracle Database 19C Release Update on April 2024 19.23 (p36233263) on Single Instance Database