Assigning Approval Management Responsibilities
This post helps you to assign Approvals Management (AME) responsibilities to a Oracle Applications UserLogin as SYSADMIN user.Switch the responsibility to “User Management” and Navigate to the Users...
View ArticleTroubleshooting Punchout Issues
This post helps or guide you in fixing all issues related to punchout.1. When user click over the punchout link, and in the detailed exception message you see "CONNECTION REFUSED"Solution : telnet...
View ArticleUntrusted Certificate Issue in ECX (XML PO) transmission
When the XML Gateway (ECX) has been configured for XML PO Transmission , when https protocol has been configured in trading partner setup , valid certificates has to be uploaded to keystore , Else you...
View ArticleMRP0: Background Media Recovery terminated with error 448
MRP0: Background Media Recovery terminated with error 448Recently encountered ORA-00448: normal completion of background process Managed Standby Recovery not using Real Time Apply due to ORA-00600 on...
View ArticleShell Script to Run RMAN Backup in Background with nohup
Please find the below steps.Step 1. Prepare a RMAN command filevi bkup.cmdrun{allocate channel ch1 device type disk;allocate channel ch2 device type disk;sql 'ALTER SYSTEM ARCHIVE LOG CURRENT';...
View ArticleSteps to find values populated in DBA_TAB_MODIFICATIONS
Goal :The goal is to explain why the view DBA_TAB_MODIFICATIONS does sometimes have no values even when the parameter STATISTICS_LEVEL is set to TYPICAL and the specific schema has been analyzed...
View ArticleOracle Database and Applications Security Audit Part 1
Hello Everyone,I would like to start series of write ups/post based on the experience regarding How to perform Security Audit for oracle database and applications. Hoping that it will guide/help you to...
View ArticleORA-04063: package body “APPS.AD_ZD_ADOP” has errors
adop prepare phase was failing with the following error in customer test environment.echo $FILE_EDITIONrunecho $TWO_TASKtestadop phase=prepareEnter the APPS password:Enter the SYSTEM password:Enter...
View ArticleOracle License Calculations
To calculate/compare the user license according to application/responsibility. –In Details which user using which responsibility.SELECT fu.employee_id, fu.user_name, application_name,...
View ArticleHow to change Date & time in AIX.
smitty date# smitty date Change / Show Day and TimeType or select values in entry fields.Press Enter AFTER making all desired changes....
View ArticleHow to Cancel a Concurrent Request Stuck in the Queue
Some times we get a Request from customers that they are not able to cancel their request because of the following error."The concurrent manager process that was running this request has exited...
View ArticleArticle 1
Find IOPS of an Oracle databaseThere may be a situation where we have to calculate IOPS (Input Output Per Second) of oracle database to know the performance bottleneck of an oracle database regarding...
View ArticleArticle 0
Login flow in R12.2 and basic troubleshootingLogin flow in R12.21 When a HTTP request is made for EBS, the request is received by the Oracle HTTP Server (OHS).2 When the configuration of OHS is for a...
View ArticleORA-00600: internal error code, arguments: [krfg_mgen_coord2], [], [], [],...
Description A standby media recovery session may suddenly fail with ORA-600 [krfg_mgen_coord2] Look for all the following: - this is a RAC standby, with more than one running standby...
View ArticleRMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE...
RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============RMAN-00571:...
View ArticleRMAN-11003: failure during parse/execution of SQL statement: alter database...
Cause:This is down to the snapshot controlfile being on a local disk and it needs to be on a shared disk for all of the cluster in our case we need to put it on ASM diskgroupSolution:To fix the issue...
View ArticleOracle Database and Applications Security Audit Part 2
This post is continuation of "Oracle Database and Applications Security Audit Part 1"There are small correction in Part 1, Instead of netstat -an , better to use netstat -anp , if you any questions or...
View ArticleCompile Invalid Objects in oracle
Compile Invalid Objects in oracleSELECT 'alter ' || DECODE (object_type, 'PACKAGE BODY', 'PACKAGE', object_type) || '' || owner || '.' || object_name || ' compile;' FROM dba_objects WHERE status =...
View ArticleMonitor JVM Heap Memory for the managed servers in R12.2
#!/bin/sh# Script to monitor JVM Heap Memory for the managed servers# Author : Ramasubbu Sunadaravel# Date : 23-Aug-2016# Usage : sh jvm_heap_mem_mon.sh run ## VARIABLESsave_date=`date...
View ArticleScript to monitor Weblogic managed server status
#!/bin/sh# Script to monitor Weblogic managed server status# Author : Ramasubbu Sunadaravel# Date : 23-Aug-2016. /r11/app/FLRPRD/R12apps/EBSapps.env## VARIABLES...
View Article