Oracle Apps
Issues and learnings under the umbrella – Oracle Apps
-
11i/R12 Concurrent requests going into ‘Inactive’ & ‘No Manager’ status
Couple of days back, got a mail from Development team that their concurrent requests are not being processed in DEV instance. From the front end, requests are showing ‘Inactive’ & ‘No Manager’ I started looking into it. From the historical run of the job, it was showing as processed by ‘Standard Manager’. Hence thought of Continue reading
-
How to trace in E-Business Suite
As a DBA, the most challenging task comes when we need to work or diagnose the performance issue. Since I have worked extensively on performance tuning, I would like to share different ways to trace Oracle user session. Tracing is a very handy tool for any DBA to be the first thing to look for Continue reading
-
How to bounce Material Transaction Interface manager
It is necessary to know the concurrent program corresponding to ‘Material Transaction’ Interface manager. This is so because before you launch this interface manager, corresponding concurrent program schedule needs to be cancelled. Concurrent program corresponding to ‘Material Transaction’ interface manager – “Process transaction interface” Step 1: Cancel the existing schedule Login using ‘System Administrator’ responsibility Continue reading
-
Possible DBMS_LOCK.Request resultCall to establish_icm failed
Today I got a call from Development team that one the concurrent jobs submitted (in Development instance) by them has not been processed since long. I looked into the job and it showed it is in ‘Pending Standby’ status even though the manager has enough worker to process Somehow it looked to me concurrent manager issue. Continue reading
-
ORA-00001: unique constraint (APPLSYS.AD_SNAPSHOT_FILES_U2) violated
Today while cloning a DEV instance, I got below error while running adadmin utilitu to update the snapshot information AD Administration error: adusnapUpdateGlobalView(): Error while executing statement AD Administration error: ORA-00001: unique constraint (APPLSYS.AD_SNAPSHOT_FILES_U2) violated ORA-06512: at “APPS.AD_FILE_UTIL”, line 2398 ORA-06512: at line 3 AD Administration error: adusnapStoreInDB(): Error calling adusnapUpdateGlobalView() Failed to store APPL_TOP Continue reading
-
Not able to login to APPS after cloning – Java.lang.NullPointerException
Today after cloning a DEV instance from PROD – where we recently applied RUP4 (4676589) patch, I was not able to login to APPS. Launching a direct URL – http://server.domain.com:8000, I was getting below error Java.lang.NullPointerException at oracle.apps.fnd.framework.webui.OADialogManager.getDialogMessages(OADialogManager.java:187) at oracle.apps.fnd.framework.webui.OAPageSecurity.displayPageSecurityError(OAPageSecurity.java:1223) at oracle.apps.fnd.framework.webui.OAPageSecurity.validatePageSecurity(OAPageSecurity.java:938) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2132) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1717) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423) at _oa__html._OA._jspService(_OA.java:86) This reminded me Continue reading
-
Oracle Workflow not working and giving java null pointer exception..
Recently we had an issue in our production environment where the POP3 server for Workflow was migrated to a new host and hence while changing/updating the same from ‘Workflow Manager’ GUI, it was throwing below error java.lang.NullPointerException: Host {xxx-xx-xx.com}, Name [null] and/or Port [1521] is null we looked for a script which could have updated Continue reading
-
Migrating LDAP server to a new host
Recently there was a sudden requirement where our Micosoft AD (LDAP server) was being moved to a new host. This could have rendered all the application, where user authentication happens through LDAP, inaccessible – if the applicaiton would not have changed accordingly. One of the critical external customer facing application was supposed to be reconfigured to Continue reading
-
“View status Diagram” not working after we applied iExpense pathes and RUP4
Recently we implemented iexpense module (11iOIE.K) along with RUP4 patches. Post this, ‘View Status” diagram under ‘Workflow System Administrator’ option started throwing error “Error Page. Contact your system administrator” while checking the JVM logs, error logged showed OAException]:Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.lang.NullPointerException There is a direct hit in the Metalink for Continue reading
About Me
I’m a Hands-On Technical & Entrprise Solutions Architect based out of Houston, TX. I have been working on Oracle ERP, Oracle Database and Cloud technologies for over 20 years and still going strong for learning new things.
You can connect me on Linkedin and also reach out to me
I am certified for 8x AWS, OCP (Oracle Certified Professionals), PMP, ITTL and 6 Sigma.
Disclaimer
This is a personal blog. Any views or opinions represented in this blog are personal and belong solely to the blog owner and do not represent those of people, institutions or organizations that the owner may or may not be associated with in professional or personal capacity, unless explicitly stated.
All content provided on this blog is for informational purposes only. The owner of this blog makes no representations as to the accuracy or completeness of any information on this site or found by following any link on this site.
The owner will not be liable for any errors or omissions in this information nor for the availability of this information. The owner will not be liable for any losses, injuries, or damages from the display or use of this information. Any script available on the blog post MUST be tested before they are run against Production environment.
Recent Posts
- Encrypting Your Unencrypted RDS Instance with Python
- Encrypt EBS Volume for an already launched EC2 Instance
- Python/boto3 script to dump AWS Subnet information into a CSV File
- Python/Boto3 Script to list all the AWS resources in Default VPC across all the listed AWS Regions
- Python/boto3 script to generate a CSV report for all the AWS Security groups NOT attached to any resource