Oracle Home is not registered with the Central Inventory.

Oracle home is not registered with the central inventory. We are facing the error during the patch installation as below: Oracle home is not registered with the central inventory. Error:- The Oracle Home <your ORACLE_HOME> is not registered with the Central Inventory.  OPatch was not able to get details of the home from the inventory. … Read more

Adop phaseprepare failing with error UNEXPECTEDError 1 occurred while Executing txkADOPValidation script on ebs1

Adop phaseprepare failing with error UNEXPECTEDError 1 occurred while executing txkADOPValidation.pl script on ebs1| Adop phaseprepare failing with error UNEXPECTEDError fixing in best way. Below error adop phase=prepare failed at txkADOPValidation.pl occurring while preparing oracle apps for patching using adop.     Validating configuration on node: [xxxxx].     Log:   /data03/1225_data/1225apps/fs_ne/EBSapps/log/adop/11/20180907_171515/prepare/validate/test           … Read more

Best API to reset password in oracle EBS R12.

Introduction:- In this article, we will use best API to reset password from backend | Being Oracle Database administrator,we are using various API scripts to do the administrative task in Oracle Database.Before executing script we should test it on test/dev instance, then migrate the solution/script to production carefully. Here we are discussing ‘how to change user password … Read more

Best API to end date responsibility from fnd user

Introduction:- Being Oracle Database administrator, we are using various API to end date responsibility to do the administrative task in Oracle Database.Before executing script we should test it on test/dev instance, then migrate the solution/script to production carefully. Here we are discussing ‘how to end date responsibility in oracle apps from backend‘ using API to … Read more

API to add responsibility to user in oracle apps from backend

API to add responsibility to Assign responsibility to user in oracle apps from backend | Being Oracle Database administrator, we are using various API scripts to do the administrative task in Oracle Database.Before executing script we should test it on test/dev instance, then migrate the solution to production carefully. Here we are discussing ‘how to … Read more

rman catalog commands to register old backupset

Introduction: – RMAN catalog command tips | To restore the oracle database using rman , first of all we have to Cataloging RMAN backup in RMAN Catalog. There are many rman catalog commands to register old backupset to new location, so that rman read the backup piece and restore them. Below is some RMAN CATALOG command example. Catalog … Read more

sh: error importing function definition for BASH_FUNC_module in linux

In this post, we will resolve error importing function definition for ‘BASH_FUNC_module‘. Error:   sh: module: line 1: syntax error: unexpected end of file   sh: error importing function definition for ‘BASH_FUNC_module‘   or   sh: module: line 1: syntax error: unexpected end of file sh: error importing function definition for `module’     Steps … Read more

drop database command in oracle

Introduction: –     Steps to remove oracle database in Oracle |. Suppose we have requirement to drop entire oracle   database if we are planning to refresh test or development database instance, to fulfill the   requirement we must drop/delete/remove the database. There are several ways to remove database. We   will discuss here using CLI to delete oracle … Read more