Restore and recover Pluggable Database (PDB) from rman backup.

Introduction: – Before restoration and recovery of PDB (Pluggable database), we need to ensure that valid rman backup available. Here we will cover restore and recover pluggable database. We can restore using restore pluggable database PDBORCL1; Steps to restore and recover pluggable database. We have already discussed the same in another post. Please check here for … Read more

How to delete concurrent program and executable in oracle apps

In this article we will discuss the ‘How to delete concurrent program from backend‘. To delete a concurrent program and executable in Oracle Apps (E-Business Suite), you’ll need to follow a series of steps through the application’s user interface. Please note that making changes to Oracle Apps should be done with caution, as it can … Read more

How to resolve ORA-19809 limit exceeded for recovery files

Introduction:- How to fix ORA-19809 limit exceeded for recovery files. | In this article we will discuss ‘how to resolve ORA-19809 and ORA-19804′ error. This has very common issue while doing RMAN backup, we have faced ORA-19809 and ORA-19804 error due to recovery destination full. In this scenario we will have to remove old archivelog (expired or … Read more

Container Database CDB and Pluggable database PDB Backup and Recovery.

Introduction: –   As we know that Oracle introduced multitenant Container Database CDB and Pluggable database PDB Backup and Recovery in 12c. Using RMAN client we can perform the backup of entire Container Database (CDB) or individual Pluggable Database (PDB) and also perform the point-in- time recovery.     Before starting the RMAN backup, we should … Read more

What is the Data Pump Enhancements in oracle database.

Introduction:- In this article we will discuss about Data Pump Enhancements in Oracle Database. NOLOGGING Option (DISABLE_ARCHIVE_LOGGING)The TRANSFORM parameter of impdp has been extended. Data pump enhancements:- NOLOGGING Option (DISABLE_ARCHIVE_LOGGING) The TRANSFORM parameter of impdp has been extended to include a DISABLE_ARCHIVE_LOGGING option. The default setting of “N” has no any effect on logging behavior. Using a value “Y” reduces the … Read more

Monitoring oracle rman backup status and timing.

RMAN backup status| Backup is very important part of oracle database. Being Oracle DBA, regularly we are doing backup of oracle database for recovery. To check the check rman backup status job we can use below scripts. We can use view v$rman_status, v$rman_backup_job_details and V$SESSION_LONGOPS to monitor the current executing RMAN jobs and the status … Read more

ERROR Patching cycle in progress – run this utility from patch file system

ERROR Patching cycle in progress | In this post, we will resolve the patching error and apply the patches without any error.   How to resolve ERROR Patching cycle in progress. AD Administration error: ERROR Patching cycle in progress – run this utility from patch file system You can only run it from run file system … Read more

How to resolve adgentns-pl exiting with status 2 after Clone.

Introduction: – This article is very useful for those who encountered issue while cloning EBS adgentns-pl exiting with status ****. On application Release 12 When attempting to run autoconfig on APPS Tier, the following error occurs: Resolving adgentns-pl exiting with status 2 Error:- Autoconfig Error: adgentns.pl exiting with status 2 after Clone/Refresh. The likely cause … Read more

Clearing redo logfile in oracle database

Clearing redo logfile in oracle database | Sometimes redo log file become corrupted while database open the database may “lock up” and we are unable to do anything because archiving can’t continue this case you may execute ‘ALTER DATABASE CLEAR LOGFILE‘ statement to reinitialize the redo log file and database continue processing.     Clearing … Read more