Article 3
FND_DCP.REQUEST_SESSION_LOCK/DBMS_LOCK.Request resultCall to establish_icm failed/function FND_DCP .Request_Session_Lock.Error in Concurrent manager...
View ArticleArticle 2
Startup Fails With ORA-01012: Not Logged OnProblem DescriptionUsers cant able to login to database server. Though it allow sysdba to login, it does not allow to run any query. Sometimes it will show...
View ArticleEnable Users To View Workflow Notifications
Some times we get a email from customers that they are not able to retrigger PO approve notifications, we need to change this setup to view workflow for all users. Actually only SYSADMIN user can view...
View ArticleArticle 0
Correcting our RAC Services UNKNOWN / OFFLINE problemI was having some trouble while running my RAC on RHEL4 (I think the problem primarily arose because I supplied my virtual machines with inadequate...
View ArticleInternal Concurrent Manager Issue In R12.2 due to ORA 4061 Error
We've recently encountered ICM process showing Actual=0, Target=1 in Oracle EBS R12.2. Internal concurrent manager may goes down due to invalid objects. We noticed the following error in the internal...
View Article500 Internal server Error
Applications front end URL fails with 500 Internal server Error java.lang.NoClassDefFoundError at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:126) at...
View ArticleApache Web Server Listener is not running
Apache Web Server Listener is not running. Apache Web Server Listener (PLSQL) is not running. adapcctl.sh: exiting with status 1 Cause Incorrect Lock file path given in httpd.conf LockFile?...
View ArticleLow-level logging is currently enabled
ISSUE: Instance is very slow / inaccessible with a warning on login page: Warning Low-level logging is currently enabled. Cause: Logging was enabled through profile values: FND: Debug Log Enabled — Yes...
View ArticleSteps for bulk password reset in database using shell script
Please find the below steps to reset the bulk password in a database using shell script.The script is ready. Our work is simple going forward for bulk password reset.oracle@database02:~$...
View ArticleRMAN-08591: WARNING: invalid archived log deletion policy
Please follow the below steps to fix the issue and to remove the applied archive logs in primary.STEPS DONE :------------------ CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY; - IN BOTH...
View ArticleWarning: ORA-16857: standby disconnected from redo source for longer than...
Please follow the below steps to resolve.From within DGMGRL utility I get the following error, on a regular basis.DGMGRL> show configurationConfiguration - data_dg_config Protection Mode:...
View ArticleOracle - Data Guard Broker Setup
Data Guard Broker SetupNote In this document, Primary Server: Chennai Secondary Server: TrichyPrimary DB Unique Name : PROD_DGPStandby DB Unique Name : PROD_DGSPrerequisite 1. Dataguard is configured...
View ArticleADOP Cutover Failed
ADOP Cutover Failed – ScenariosThis Note to explain various scenarios I’ve faced while applying patches through ADOP. Scenario – 1Before Starting the patch cycle.Run File System: FS1Patch File System:...
View ArticleR12.2 Handling Standby Database and Application after applying patch using ADOP
Steps to do, after applying patches through ADOP (Not Hotpatch) if you have a standby environment Put the Standby database into Snapshot Standby mode.Convert the Standby to a Snapshot Standbyalter...
View ArticleEBS R12 Online user checking query
select usr.user_name,last_connect, resp.RESPONSIBILITY_NAME, function_type,fun.USER_FUNCTION_NAME --icx.* from apps.fnd_form_functions_vl fun,apps.icx_sessions icx join apps.fnd_user usr on...
View ArticleArticle 2
How to verify the Nodemanager password is working or not?We can verify the Nodemanager password by using below steps:$ cd /u01/app/fmw/oracle_common/common/bin$ wlst.shwls:/offline>...
View ArticleArticle 1
OAM Integration With Oracle Apps R12.2Oracle Access Manager (11.1.2) Integration With Oracle Apps R12.2.x:Below are the high level steps from Doc ID "Integrating Oracle E-Business Suite Release 12.2...
View ArticleArticle 0
DBPing Utiity In WeblogicThe dbping command-line utility tests the connection between a DBMS and your client machine via a JDBC driver. You must complete the installation of the driver before...
View ArticleORAchk - Health Checks for the Oracle Stack
RUN ORACHK1. Download the ORAchk: The latest version of ORAchk is attached to Note 1268927.1 and can be downloaded there.2. Unzip orachk.zip kit $ unzip orachk.zip3. Give to permission $...
View ArticleTo cancel particular concurrent program
update apps.fnd_concurrent_requests set phase_code = 'X', status_code = 'C' where request_id in (select REQUEST_ID from apps.fnd_concurrent_worker_requests where phase_code='P' and hold_flag!='Y' and...
View Article