WebAdi Download Is Failing Intermittently performance issue
The download of WEBADI is taking too long and has a Performance issue. It takes 1 minute to 8 minutes when users expect 8 seconds to 30 seconds.The user waits watching this screen:Â Â ACTUAL BEHAVIORItem...
View ArticleAfter Upgrade to 12c DB utlrp got hang
 We were performing database upgrade from oracle 11g to oracle 12c with Oracle Apps 12.1.3. We faced an issue where database upgrade took < 30 mins. However, it made huge number of invalids ~170K....
View ArticleExamples of Partition Methods and Keys for Oracle E-Business Suite Tables
 This is not an exhaustive list, just an example of some of partitioning designs that may work well for some customers. There are many other examples that are not covered here. There could be reasons...
View ArticleHow to Partition an Oracle E-Business Suite Table - AP.AP_INVOICES_ALL...
 How is this Table Used ? Analysis of eTRM/Object Dependencies  The eTRM can be used to identify the other objects and products that use the table AP.AP_INVOICES_ALL.However, it will be necessary to...
View ArticleUPGRADE ORACLE APEX FROM 5.0.X TO 18.1
 Apex Version : Oracle Apex 5.0Webserver : ORDS Running on Apache Tomcat 9DB Version : Oracle 12.2 •Step 1: Download Apex 18.1 from Oracle Website•Step 2: Rename the old apex directory in ORACLE_HOMEcd...
View ArticleTo find the user pid from Oracle EBS Front End R12
Navigate to System Administrator--> Security --> User --> MonitorNote the User Name and Oracle Process IDNow run this sql as &PID=Oracle Process ID&USER_NAME=User NameSELECT...
View ArticleORA-16826: apply service state is inconsistent with the DelayMins property
ORA-16826: apply service state is inconsistent with the DelayMins propertyWorkaround:Check DG configuration:DGMGRL> show configurationConfiguration - new_DG_CONFIGÂ Protection Mode: MaxPerformance...
View ArticleORA-20001: Statistics Advisor: Invalid task name for the current user
 ORA-20001: Statistics Advisor: Invalid task name for the current userDuring the 12c database creation process , you can see ORA-20001 error in the alert log file when the “SYS.ORA $ AT_OS_OPT_SY_...
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 ArticleJava Web Start installation
 Simply installing Java 1.5 from Sun is the easiest way to get the newest Java and Java Web Start.Windows: To get 1.5, go to the Java 1.5 website. Just go through the install process and tell it to add...
View ArticleDisplays Last Analyzed Details for a given Schema
 ---- Displays Last Analyzed Details for a given Schema. (All schema owners if 'ALL' specified).-- SET PAUSE ONSET PAUSE 'Press Return to Continue'SET PAGESIZE 60SET LINESIZE 300 SELECT t.owner,...
View ArticleHow to find Components version in R12
 Apache Version$IAS_ORACLE_HOME/Apache/Apache/bin/httpd -v Go to reports path Then type: –string -a APXAPRVL.rdf|grep HeaderPerl Version$IAS_ORACLE_HOME/perl/bin/perl -v|grep builtJava Versionsh -c...
View ArticleCheck JDK and JRE Version
 Java Version=============sh -c "awk -F= ‘$1 ~ /^JSERVJAVA.*$/ {print $2}’ $ADMIN_SCRIPTS_HOME/java.sh` -version;"Jre version===========cat $FORMS_WEB_CONFIG_FILE|grep sun_plugin_version| cut -c 1-35
View ArticleQuery to check list of concurrent error
 SELECT b.request_id, a.user_concurrent_program_name,    b.phase_code AS completed, b.status_code AS error,    u.user_name requestor,    TO_CHAR (b.actual_start_date, 'MM/DD/YY HH24:MI:SS')...
View ArticleScript for check all the enabled auditing on Database
 Script for check all the enabled auditing on Database--Check the parameter is enabled or disable for Auditselect name || '=' || value PARAMETER from sys.v_$parameter where name like...
View Articlescript-find-last-time-objects-analyzed-oracle
 prompt ======================================prompt ANALYZE - DATE - REGULAR TABLESprompt ======================================col owner format a20promptselect...
View Articlecommand to check oracle users in linux
 getent passwd | grep oraclegetent passwd | grep dba
View Articlecommand to check log file size more than 1 gb
 find / -size +1G -mtime +180 -type f -print
View ArticlePartitioning AP_INVOICES_ALL using Online Table Redefinition
 The APPS user can be used to do this, it has the EXECUTE_CATALOG_ROLE and all the privileges needed.For information on the DBMS_REDEFINITION built in package see Oracle Database PL/SQL Packages and...
View ArticleADCFGCLONE fails in Autoconfig with gentns error in DB node
 Issue:ADCFGCLONE fails in Autoconfig with gentns error in DB node.Error :StackTrace:java.lang.NullPointerException    at...
View Article