Posts

Showing posts from 2017

FRM-92101: Forms Server Not Starting Up

Forms Server Not Starting Up / Forms Server Start Up Issue Applies to:             Oracle Enterprise Linux – Version: 5             Oracle EBS R12 Description:             After cloning EBS R12 successfully on a new server machine, when I am going to access any form on EBS clone it did not open the page and show the following error: FRM-92101: Forms Server Java Exception: oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source) at oracle.forms.net.HTTPNStream.getResponse(Unknown Source) I have restarted all the services of application and database but the problem is same. I have also restarted the whole machine/server but still the same issue. Cause and Solution: I found the following error: In $LOG_HOME/ora/10.1.3/j2ee/<oacore>/<oacore>_<default_group_1>/application.log $LOG_HOME/ora/1

Oracle EBS Cloning with File System Cold Backup

Image
Applies to: Oracle EBS R12.1.3 Database 11.1.0.7.0 Operating System Oracle Enterprise Linux Server 5.8 Description: Production hostname is EBSPROD Test hostname is EBSTEST Solution: I am going to clone my Production server using file system cold backup. Execute adpreclone.pl on DB Tier of EBSPROD: $ cd /d01/oracle/PROD/db/tech_st/11.1.0/appsutil/scripts/PROD_ebsprod $ perl adpreclone.pl dbTier pwd=apps After completion of above script, then go to APPS Tier of EBSPROD: $ cd /d01/oracle/PROD/inst/apps/PROD_ebsprod/admin/scripts $ perl adpreclone.pl appsTier pwd=apps After complete the above script, shutdown all services of APPS and DB and make tar files: $ tar -czf PROD_DB_15Mar17_0030.tar.gz /d01/oracle/PROD/db $ tar -czf PROD_APPS_15Mar17_0030.tar.gz /d01/oracle/PROD/apps $ tar -czf PROD_INST_15Mar17_0030.tar.gz /d01/oracle/PROD/inst $ tar -czf PROD_ARC_15Mar17_0030.tar.gz /archivelogs After installation of OS and all necessary RPM’s and configuration, cop