In today’s article, we will be learning DataPump Commands. 1. İmport: [crayon-678f8ece0f756055781251/] 2. Export: [crayon-678f8ece0f75f129310771/] 3. Dump file size estimation: [crayon-678f8ece0f761010320619/] 4. Remap schema: [crayon-678f8ece0f763060600457/] …
Read More »ORACLE
ORA-01950: No Privileges On Tablespace
While creating a table got ORA-01950: no privileges on tablespace ‘USERS’. [crayon-678f8ece0fd99549446108/] 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-678f8ece10061295745146/] 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 »RMAN-06091: No Channel Allocated For Maintenance
In today’s article, I will share the solution of the error given below when the delete obsolete command is run. Error: [crayon-678f8ece10a29230878854/] Before deleting crosscheck …
Read More »Performing SwitchOver
In today’s article we will be learning how to Performing SwitchOver. 1. First, we move the logs in our live database. (PRIMARY_1) [crayon-678f8ece10d3b359794152/] (PRIMARY_2) [crayon-678f8ece10d3f570105387/] …
Read More »Oracle ORA-00054 Resource Busy And Acquire With Nowait
If you get this error while operating on a table on Oracle Database, it means that the table is being used by someone else. Error: …
Read More »