ERROR ERROR: ORA-01408 such column list already indexed while upgrading database to 11.2.0.4 using DBUA SOLUTION Prior starting the upgrade drop the index in the SYSTEM Schema drop index system.REPCAT$_AUDIT_COLUMN_IDX1; Start …
Read More »JBO-29000: Unexpected exception caught: java.lang.NoClassDefFoundError, msg=Could not initialize class oracle.apps.fnd.functionSecurity.User
Unexpected exception caught: java.lang.NoClassDefFoundError, msg=Could not initialize class oracle.apps.fnd.functionSecurity.User
Read More »Adpreclone.pl Fails on Applications Tier With Error Message “Edit session is enabled in domain
adpreclone.pl Fails on Applications Tier With Error Message "Edit session is enabled in domain
Read More »JSP error Request URI:/OA_HTML/RF.jsp java.lang.NoClassDefFoundError
ERROR JSP Error: Request URI:/OA_HTML/RF.jsp Exception: java.lang.NoClassDefFoundError JSP Error: Request URI:/OA_HTML/AppsLocalLogin.jsp Exception: java.lang.NoClassDefFoundError
Read More »Enabling About This Page Link in Oracle Apps R12
Enabling About This Page Link in Oracle Apps R12 If You need to Enable About This Page Link in Oracle Apps, you need to set the following Profile Options from …
Read More »How to View Concurrent Request Output on Browser
How to View Concurrent Request Output on Browser Step 1. Go To System Administrator Responsibility select Profile>System Step 2. Search the Profile option ‘Viewer:%’ Step 3. Set the profile Viewer: …
Read More »ORA-12899: value too large for column “APPLSYS”.”FND_PROFILE_OPTION_VALUES”.”PROFILE_OPTION_VALUE”
ERROR ORA-12899: value too large for column “APPLSYS”.”FND_PROFILE_OPTION_VALUES”.”PROFILE_OPTION_VALUE”
Read More »Useful Commands For Unix Operating System
Useful Commands For Unix Operating System 1.Deleting files older than N number of days ? find . -name ‘*.trc’ -mtime +[N in days] -exec rm {} \; Command will …
Read More »How to Enable/Disable Maintenance Mode without using ADADMIN
Enable/Disable Maintenance Mode without using ADADMIN We can Enable or Disable Maintenance mode without using ADADMIN through following given procedure: Enable Maintenance Mode: $sqlplus apps/appspassword SQL>$AD_TOP/patch/115/sql/adsetmmd.sql ENABLE Disable Maintenance Mode: …
Read More »How to Add Responsibility to User from Back End
How to Add Responsibility to User from Back End SYNTAX fnd_user_pkg.addresp(username => Application User Name ,resp_app => Responsiblity_Application_Short_Name ,resp_key => Responsibility_Key ,security_group => Security_Group ‘Mostly it is ‘STANDARD’ so it …
Read More »