It may be necessary to temporarily stop a running export/import process for some reason. In this case, we may need to attach it first. 1. …
Read More »
It may be necessary to temporarily stop a running export/import process for some reason. In this case, we may need to attach it first. 1. …
Read More »We can monitor the status of an export/import operation running in the background by attaching it with the ATTACH parameter. For this, we first need …
Read More »Instead of constantly writing our command and parameters for export/import operations, we can create a file containing our parameters and use this file in export/import …
Read More »With the SQLFILE parameter, it provides us with the sql statements that import operations run. [crayon-63d83d6341e66788955045/] Afterwards, you can see which commands are available by …
Read More »In today’s article we will learn how to use the Estimate_only parameter for Dump File Size Estimation. [crayon-63d83d63420b4644940219/]
Read More »While the Export or Import process is in progress, we can switch to the interactive command line mode with Ctrl+C from the keyboard. We can …
Read More »In today’s article, I will tell you how to Kill Data Pump Jobs in 3 steps. 1. First, Data Pump Jobs are listed. [crayon-63d83d6342322469300360/] 2. …
Read More »In today’s article, we will be learning DataPump Commands. 1. İmport: [crayon-63d83d6342652821329671/] 2. Export: [crayon-63d83d634265b477411625/] 3. Dump file size estimation: [crayon-63d83d634265d415763220/] 4. Remap schema: [crayon-63d83d634265e779296221/] …
Read More »We can create a new “Database Directory” without using existing database directories in the database. [crayon-63d83d6342dc3781193540/] We can view the directories that exist in the …
Read More »In today’s article, we will be learning about Oracle Data Pump Architecture. It has 4 important components. -expdp (export data pump) -impdp (import data pump) …
Read More »