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 »ORACLE
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-674290ec6a840287069904/] …
Read More »Oracle List Contents Of Dump File
With the SQLFILE parameter, it provides us with the sql statements that import operations run. [crayon-674290ec6a99a993560034/] Afterwards, you can see which commands are available by …
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 »Dump File Size Estimation
In today’s article we will learn how to use the Estimate_only parameter for Dump File Size Estimation. [crayon-674290ec6accc269150017/]
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 »