Concurrent request failed with the following error password verify function...
Issue :Concurrent request failed with the following error password verify function errorError:java.sql.SQLException: ORA-28001: the password has...
View ArticleORA-24067: exceeded maximum number of subscribers for queue...
ISSUE:XML reports complete in warning.Error:ORA-24067: exceeded maximum number of subscribers for queue APPLSYS.FND_CP_GSM_OPP_AQORA-06512: at "APPS.FND_CP_OPP_IPC", line 85This is a freshly cloned...
View ArticleResending Failed Workflow Notifications :
Check the status of WF Mailer :SQL> select component_status from apps.fnd_svc_components where component_id = (select component_id from apps.fnd_svc_components where...
View ArticleEBS User account unable to Authenticate in an SSO Integrated environment
Issue: In an EBS-SSO integrated environment - User Account is active in EBS and the SSO account is also provisioned, but still unable to authenticate from the EBS-OAM login console....
View ArticleOPP Fails To Pick Up Concurrent Requests With the Error "Unable to find an...
Cause:Incorrect data is present in the OPP queue table AQ$FND_CP_GSM_OPP_AQTBL_S, which occurs when the concurrent managers are not shutdown correctly.A quick sql query shows orphaned OPP subscribers...
View ArticleProvisioning of User accounts is stuck in SSO and not proceeding
Check the OID logs for any errors related to provisioning, im my case it was stuck with provisioning of one particular user account.We can check the health of user provisioning using below Prov Tool...
View ArticleRetry Errored Workflow Activities
You can retry all errored activities for the specific item type, or you can choose to retry only activities for a particular work item of that item type, activities for a particular process within the...
View ArticleUser Provisioning from SSO to EBS is Failing after a Password Maintenance
Issue : SSO is unable to establish a connection to EBS as the APPS password is wrongly updated.Error :[2015-11-25T11:45:23.966-05:00] [wls_ods2] [ERROR] [DIP-20050] [oracle.dip.prodapp_calif_I] [tid:...
View ArticleMandate checklist post clone of EBS.
The following query will give the values of some important parameters to be considered post clone. SELECT e.profile_option_name Profile, e.profile_option_id, f.user_profile_option_name...
View ArticleAdd Multiple user/Responsibility through backend.
With the following we can add multiple user name and multiple responsibilities through backend. set define off;declareres_user_name varchar2(100);res_app_sn...
View ArticleForms memory consumption
The Following query is to get the memory consuming forms sessions. #!/bin/shALLPROCS=`ps -ef|grep "f60webmx webfile=" | grep -v grep | tr -s "" | cut -f3 -d""`LOOPCTR=1for EACHPROC in $ALLPROCSdo...
View ArticleArticle 2
To check INACTIVE sessions with HIGH DISK IO=============================================select p.spid,s.username, s.sid,s.status,t.disk_reads, s.last_call_et/3600...
View ArticleArticle 1
scp parallel Linux script Please test before it use:#!/bin/kshcnt=1RHOST=srv245005CCMD="ls /db/remote_backup_area"for BackupFile in 'ssh -q oracle@${RHOST} ${CCMD}'; do echo "attempting to copy...
View ArticleArticle 0
"ORA-02020: too many database links in use "Cause: The current session has exceeded the INIT.ORA open_links maximum.To find:---------SQL> show parameter open_links;NAME...
View ArticleORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expiredThe error is raised when the following statement is executed against the Oracle Database.SQL> truncate table...
View ArticleArticle 24
Removing a NODE from RACDelete the instance on the node to be removedClean up ASMRemove the listener from the node to be removedRemove the node from the databaseRemove the node from the clusterwareYou...
View ArticleTablespace Thresholds and Alerts
How to set tablespace thresholds?If you have very less no. of targets and you are using dbcontrol for each database, then use DBMS_SERVER_ALERT package to set. If you have OEM Cloud control 12c / 13c,...
View ArticleStart / Stop / Relocate SCAN listener in Oracle 11gR2 RAC
Start/ Stop / Relocate SCAN listener in Oracle 11gR2 RAC1) Check listener status ( login to grid home)a) Check the cluster resource status$ crsctl stat res -tverify the output for...
View ArticleArticle 21
DELETE/REMOVE Non Executing Datapump JobsStep 1:-Normally, we can run the below query to find the datapump jobs and get their status:-SQL> SET lines 150 pages 999COL OWNER_NAME for a18COL...
View ArticleView running processes in Oracle DB
View running processes in Oracle DBThis will show you a list of all running processes:SET LINESIZE 200SET PAGESIZE 200SELECT PROCESS pid, sess.process, sess.status, sess.username, sess.schemaname,...
View Article