The number of parallels is usually determined by the number of CPUs. For example, below are 2 parallel data pump exports. [crayon-67401775c34fa983029463/] We can also …
Read More »Onur ARDAHANLI
Dump File Reuse
We can use the existing dump file with the same name only once. If we want to use it continuously, reuse_dumpfiles=y is used. [crayon-67401775c393f329897049/]
Read More »Oracle Make Copy Of Schema
Today I will be explaining How to Make Copy of Schema in Oracle Data Pump. 1. We take an export backup of the schema to …
Read More »Stop The Job
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 »Export/Import Job Attach
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 »Oracle List Contents Of Dump File
With the SQLFILE parameter, it provides us with the sql statements that import operations run. [crayon-67401775c4003308511789/] Afterwards, you can see which commands are available by …
Read More »Dump File Size Estimation
In today’s article we will learn how to use the Estimate_only parameter for Dump File Size Estimation. [crayon-67401775c4185250757531/]
Read More »Interactive Command Line
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 »Data Pump Jobs Kill
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-67401775c4307990913019/] 2. …
Read More »DataPump Commands
In today’s article, we will be learning DataPump Commands. 1. İmport: [crayon-67401775c44bd958526806/] 2. Export: [crayon-67401775c44c1610782710/] 3. Dump file size estimation: [crayon-67401775c44c3891713524/] 4. Remap schema: [crayon-67401775c44c4049247532/] …
Read More »