I got this error while importing dump file: ORA-39358: Export dump file version 12.2.0.1.0 not compatible with target version 11.2.0.4.0 . SOLUTION: First we check …
Read More »ORACLE
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-6742906fc355a816543845/] 2. …
Read More »ORA-39095: Dump File Space Has Been Exhausted: Unable To Allocate
The following error is received when running the datapump with the file size parameter. ERROR : [crayon-6742906fc3720947842570/] SOLUTION : FILE SIZE parameter limits the size …
Read More »DataPump Commands
In today’s article, we will be learning DataPump Commands. 1. İmport: [crayon-6742906fc38dd722981543/] 2. Export: [crayon-6742906fc38e1766200210/] 3. Dump file size estimation: [crayon-6742906fc38e3044925766/] 4. Remap schema: [crayon-6742906fc38e4435382914/] …
Read More »ORA-01950: No Privileges On Tablespace
While creating a table got ORA-01950: no privileges on tablespace ‘USERS’. [crayon-6742906fc3b39509913423/] SOLUTION : This error comes, when the user the user doesn’t have tablespace quota. 1.Check …
Read More »Create Database Directory
We can create a new “Database Directory” without using existing database directories in the database. [crayon-6742906fc3d13036566563/] We can view the directories that exist in the …
Read More »ORA-32774
The reason we got this error is because the large file tablespace can contain only one data file. ERROR : ORA-32774: More Than One File …
Read More »Recover Drop, Truncate Or Deleted Table With Flashback
In this article, I will talk about how to recover accidentally drop, truncate or deleted table in Production database by using flashback in standby database. …
Read More »Data Pump Architecture
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 »ORA 12638 Credential Retrieval Failed
In today’s article, we will talk about ORA 12638 credential retrieval failed tips. For the solution, we need to make the following change in sqlnet.ora …
Read More »