In today’s article we will learn How to See Invalid Object in Oracle Database. We can See Invalid Object using the following code block. [crayon-6767f0d298ed4003233246/]
Read More »Buğra PARLAYAN
How Can I See Running Job In Oracle Database
We can see Running Job in Oracle Database using below code block. [crayon-6767f0d2992fb110964277/]
Read More »Empty Trash In Oracle
In today’s article, I will answer the question of How to Empty the Trash in Oracle Database. To remove the entire contents of your recycle …
Read More »ORA-01665: Control File Is Not A Standby Control File
In today’s article, I will share with you the solution to the error I got after restoring the backup database from the RMAN backup. Error: …
Read More »Active Session In Oracle
In today’s article we will learn How to See Active Session in Oracle Database. With the help of the code block below, we can see …
Read More »ORA-01000: Maximum Open Cursors Exceeded
This error can occur if the Oracle open_cursors parameter is too low or there is a coding issue where sql statements are not closed. [crayon-6767f0d299984895172238/] …
Read More »ORA-00020: Maximum Number Of Processes Exceeded
When i tried to connect to database, I got the ORA-00020: maximum number of processes (%s) exceeded error. Even from sysdba I was not able …
Read More »ORA-39358
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 »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-6767f0d299df7109142090/] SOLUTION : FILE SIZE parameter limits the size …
Read More »ORA-01950: No Privileges On Tablespace
While creating a table got ORA-01950: no privileges on tablespace ‘USERS’. [crayon-6767f0d299f50879280301/] SOLUTION : This error comes, when the user the user doesn’t have tablespace quota. 1.Check …
Read More »