We can see Running Job in Oracle Database using below code block. [crayon-676bb71d8acf9617808577/]
Read More »ORACLE
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-676bb71d8b0b9362659044/]
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 »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 »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 »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 »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 »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 Invalid Objects
In today’s article, How Can I See Invalid Object in Oracle Database? I will be answering the question. We can see with the help of …
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-676bb71d8bdcf196565673/] …
Read More »