Punchout Configuration
Overview : What is Punchout?Punchout is a feature from iProcurement and Oracle Supplier Network which allows to access the external catalog and bring the items to iProcurement in order to create...
View ArticleArticle 5
Steps to change APPS password in EBS 12.2From EBS 12.2, after changing APPS password using FNDCPASS/AFPASSWD, we need to perform some additional manual steps (partially automated with...
View ArticleOracle Transport Agent for XML Gateway
How to Configure Oracle Transport Agent (OTA) for XML Gateway.OTA Overview:In E-Business Suite Applications (EBS) Release 12 (R12), Jserv is no longer used in the applications tier for java components....
View ArticleSQL Query to get list of user,assigned responsibilties and assigned modules
Below SQL Query helps us to get list of users, assigned responsibilities and its modules.Query gets "Last time the user used the responsibility", User's Person Name, Email address, Users' Employee...
View ArticleCE UMX Security Roles Assignment to Cash Management Responsibility
This post is to guide "CE UMX Security" Roles Assignment to Cash Management Responsibility1. Login to sysadmin , navigate to User Management / Roles and Role Inheritance.2. Query the responsibility.3....
View ArticleHow to debug Outbound ECX Transactions ( XML PO Transmission)
There is a very good diagnostics script provided by oracle support it self.When you execute the sql script, it produces the html output, which shows all the required data to troubleshoot specific PO...
View ArticleConverting HTTPS TO HTTP for Oracle applications
This post is to guide to Convert HTTPS TO HTTP for Oracle applications.1. Bring down Oracle applications:cd $ADMIN_SCRIPTS_HOMEsh adstrtal.sh apps/apps1232. Change the below parameters in .xml file for...
View ArticleOracle Applications Server level Setups related to Dunning letters
This post related to Oracle Applications Server level Setups related to Dunning letters.Assumption: It is assumed that the Dunning letter process is not customized.below steps applies for standard...
View ArticleQuery to get bind variable, eplan using sql_id and eplan using sql text with...
Please find the queries below.1) BIND VARIABLE USING SQL_ID =============================column name format a30column datatype_string format a30column value_string format a30set lines 120 pages...
View ArticleQuery to find blocking session details for the past by using time interval
Please find the queries below.1) The below one will show all the sessions.set lines 170set pages 10000col event format a40col sample_time format a40select to_char(sample_time,'DD-MON-YY...
View ArticleSteps to Purge a Distributed Transaction from a Database. (ORA-24756:...
Please follow the below steps.If the remote database cannot be accessed, a failed distributed transaction cannot be committed or rolled back and so must be purged from the list of pending...
View ArticleArticle 5
Applying WebLogic 10.3.6.0 PSU and patch conflicts!Applying latest PSU ﴾Patch Set Update﴿ for latest bug fixes and security vulnerabilities, (PSU October 2016﴿Patch ID: K25MPatch No: 23743997To find...
View ArticleUnable to Mount ASM DiskGroup
Your ASM disk group will be vanished for some reasonsif you try to mount it you will get an error some thing like the belowSQL> alter diskgroup DATA1 mount; alter diskgroup DATA1 mount *...
View ArticleFix Pending Distributed Transactions
Here is how to fix Pending Distributed TransactionsSELECT * FROM DBA_2PC_PENDING COUNT(*)-------------- 1select max(fail_time) from dba_2pc_pending;MAX(FAIL_--------------03-DEC-16select 'exec...
View ArticleMoving Data Files Between Oracle ASM Disk Groups Using RMAN
1. Start RMAN and connect to the target database.$ rman target /connected to target database: ORCL (DBID=1217369048)2. Generate a report that shows the names of the data files.RMAN> REPORT...
View ArticleFind segments with corrupted blocks
Find segments with corrupted blocksRMAN picks up logical block corruption when you use the following option in your backupscript:backup full check logicalThe following procedure helps to identify...
View ArticleRenaming UNNAMED datafile(s) to standby database
Renaming UNNAMED datafile(s) to standby databaseIf parameter STANDBY_FILE_MANAGEMENT is set to MANUAL in Oracle standby database you may getthis error when rolling forward:Media Recovery Log...
View ArticleArticle 1
Oracle WebLogic Server does not start after domain creationafter installation of WebLogic binaries and creation of the simplest domain configuration (only with Admin Server) from scratch, during the...
View ArticleArticle 0
Resource manager capabilities (limit CPU and sessions)----------------------------------------------------------------------------- Create plan with consumer...
View ArticleTroubleshooting Oracle Workflow Mailer Issues
This Post helps you to find almost straight solutions for the issues you are facing in Oracle Workflow Mailer.Assumption: It is assumed that you have basic configuration knowledge related to Oracle...
View Article