Mir Sayeed Hassan – Oracle Blog

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

Archive for September, 2025

How to use the flashback operation in Oracle database 19c

Posted by Mir Sayeed Hassan on 20th September 2025

How to use the flashback operation in Oracle database 19c Check the status of database SYS> select name, open_mode, version from V$instance, v$database; NAME OPEN_MODE VERSION ———————————— ORA19CDB READ WRITE 19.0.0.0.0 Check flashback is enable or not. SYS> select flashback_on from… Read more..

Tags:
Posted in Flashback | Comments Off on How to use the flashback operation in Oracle database 19c

How to export the data of Physical standby database (DataGuard) using the network link.

Posted by Mir Sayeed Hassan on 17th September 2025

How to export the data of Physical standby database (DataGuard) using the network link. Note: Consider your production database has primary and standby database, during the business hours it is not recommend to take the export of data from the primary database due to the performance issue might occur., Therefore we can perform the export Read More

Posted in Datapump (Expdp/Impdp) | Comments Off on How to export the data of Physical standby database (DataGuard) using the network link.

How to export the dumpfile backup in Pluggable Database(PDB) using expdp in 19C

Posted by Mir Sayeed Hassan on 17th September 2025

How to export the dumpfile backup in Pluggable Database(PDB) using expdp in 19C Note: In Multitenant database., You will have the container database along with one or more PDB database. Check the database status SYS> select name, database_role, version from V$database, v$instance; NAME DATABASE_ROLE VERSION ————————————- ORA19CDB… Read more..

Posted in Datapump (Expdp/Impdp) | Comments Off on How to export the dumpfile backup in Pluggable Database(PDB) using expdp in 19C

How to generate the IOPS report in Oracle database 19c

Posted by Mir Sayeed Hassan on 15th September 2025

How to generate the IOPS report in Oracle database 19c Note: The report is created as per the requirement of the client from the databaase., Usually we should do it on regular basis for the analysis of the data. Check the database SYS> select name, open_mode, version from V$instance, v$database; NAME OPEN_MODE VERSION ——— ——————–… Read More

Posted in Performance Tuning(PT) | Comments Off on How to generate the IOPS report in Oracle database 19c