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

How to connect Oracle 12c database (CDB and PDB)

Posted by Mir Sayeed Hassan on October 14th, 2017

How to connect Oracle 12c database (CDB and PDB) 

  • Container Database (CDB)
  • Pluggable Database (PDB)
[oracle@ora12c ~]$ !sq
sqlplus / as sysdba
SQL> show con_name

CON_NAME
------------------------------
CDB$ROOT
SQL> select... 
Read more..

Posted in Oracle 12C & 18C | Comments Off on How to connect Oracle 12c database (CDB and PDB)

How to export partition table by using expdp

Posted by Mir Sayeed Hassan on October 9th, 2017

How to export partition table by using expdp

 Consider the below example tested in our test env & verified

Create the directory at OS Level to place the backup of the dumpfile

[oracle@testdb backup]$ mkdir db_dump_bkp
[root@testdb backup]#... 
Read more..

Posted in Datapump (Expdp/Impdp) | Comments Off on How to export partition table by using expdp

How to export schema with compression method by using expdp

Posted by Mir Sayeed Hassan on October 9th, 2017

How to export schema with compression method by using expdp

Consider the below example tested in our test env & verified

Create the directory at OS Level to place the backup of the dumpfile

[oracle@testdb backup]$ mkdir db_dump_bkp
[root@testdb backup]# chmod -R 777 db_dump_bkp/

Create...
Read more..

Posted in Datapump (Expdp/Impdp) | Comments Off on How to export schema with compression method by using expdp

How to export full database level by using expdp

Posted by Mir Sayeed Hassan on October 9th, 2017

How to export full database level by using expdp

Consider the below example tested in our test env & verified

Create the directory at OS Level to place the backup of the dumpfile

[oracle@testdb backup]$ mkdir db_dump_bkp
[root@testdb backup]# chmod -R 777 db_dump_bkp/

Create...
Read more..

Posted in Datapump (Expdp/Impdp) | Comments Off on How to export full database level by using expdp

How to export schema level by using expdp

Posted by Mir Sayeed Hassan on October 9th, 2017

How to export schema level by using expdp

Consider the below example tested in our test env & verified

Create the directory at OS Level to place the backup of the dumpfile

[oracle@testdb backup]$ mkdir db_dump_bkp
[root@testdb backup]# chmod -R 777 db_dump_bkp/

Create...
Read more..

Posted in Datapump (Expdp/Impdp) | Comments Off on How to export schema level by using expdp

How to export table level by using expdp

Posted by Mir Sayeed Hassan on October 9th, 2017

How to export table level by using expdp

 Consider the below example tested in our test env & verified

Create the directory at OS Level to place the backup of the dumpfile

[oracle@testdb backup]$ mkdir db_dump_bkp
[root@testdb backup]# chmod... 
Read more..

Posted in Datapump (Expdp/Impdp) | Comments Off on How to export table level by using expdp