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

Archive for the 'Datapump (Expdp/Impdp)' Category

How to use the REUSE_DUMPFILES Parameter using expdp in Oracle database 19C

Posted by Mir Sayeed Hassan on 8th December 2024

How to use the REUSE_DUMPFILES Parameter using expdp in Oracle database 19C Brief: – In case if you use existing dumpfile name, you will get an error as its already exists, To overcome this use this REUSE_DUMPFILES=YES parameter to overwrite the existing dumpfile name without error. – By default is REUSE_DUMPFILES=NO Check the database… Read 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 8th December 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 the… Read more..

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

How to use the METRICS Parameter by using expdp in Oracle database 19C

Posted by Mir Sayeed Hassan on 3rd December 2024

How to use the METRICS Parameter by using expdp in Oracle database 19C Brief: – This will give the information about the number of objects associated along with the elapsed time. – Default METRICS=N, To apply this Parameter use METRICS=Y Check the database version SYS> select name, status, open_mode, version from V$database,… Read more..

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

How to exclude the statistics, table_statistics, index_statistics when export of dumpfile in Oracle database 19C

Posted by Mir Sayeed Hassan on 3rd December 2024

How to exclude the statistics, table_statistics, index_statistics when export of dumpfile 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… Read more..

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

How to export the dumpfile by using the LOGTIME parameter using expdp in Oracle database 19C

Posted by Mir Sayeed Hassan on 24th November 2024

How to export the dumpfile by using the LOGTIME parameter using expdp in Oracle database 19C Brief: – This parameter LOGTIME give us the timestamp for each and every export operation during expdp., therefore its easy to check the diagnise/elapsed time taken for execution. – By default LOGTIME=NONE, If you want to use this feature Read More

Posted in Datapump (Expdp/Impdp) | Comments Off on How to export the dumpfile by using the LOGTIME parameter using expdp in Oracle database 19C

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

Posted by Mir Sayeed Hassan on 13th November 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) | Comments Off on How to export the dumpfile backup into multiple directory in Oracle database 19C