Article 7
Not able to perform any file attachments in apex applicationIssue Detail : Users are not able to attach any files in Apex applicationError Type : ORA-00600: internal error code, arguments:...
View ArticleArticle 6
How To Confirm LOB Segment Corruption Using Export Utilitycreate table corrupted_lob_data (corrupted_rowid rowid);set concat offdeclare error_1555 exception; pragma exception_init(error_1555,-1555);...
View ArticleArticle 5
Facing XDB Authentication message, while accessing Apex application There may be several different cause for this issue. But in our case, the below steps fixed the issue.1) Download apex_verify.sql...
View ArticleArticle 4
Configuring Customized Theme in Apex ApplicationIncident Detail: After cloning the datbase through RMAN utility. The apex application customized theme does’nt worked. But the workspace images are...
View ArticleArticle 3
Steps to Purge the OPTSTATs:1) Show the current history level: select dbms_stats.get_stats_history_availability from dual;2) Assuming history is 100 days old and you want to purge it...
View ArticleArticle 2
Query to check the Average ran time of a Concurrent Request from FND history backup table.select DESCRIPTION, request_id, request_date, phase_code, status_code, requested_start_date, actual_start_date,...
View ArticleTO CHANGE THE SNAPSHOT SETTINGS
****************************************************************************************************************************************************************** SELECT retention FROM...
View ArticleHow to restore default system permissions on Red Hat, CentOs, Fedora
I recently changed the file permission of root (/) directories to 777(recursively).While I start my OS it does not shows any login screen. The rpm has a parameter called --setperms and --setugids....
View ArticleArticle 3
ORA-15018, ORA-15099 When Creating Diskgroup in ASM When i am trying to create your first diskgroup on...
View ArticleArticle 2
Enabling Automated SQL Tuning in Oracle 11gYou need to identify if Automatic SQL Tuning job is enabled and regularly running. Use the following query to determine if any...
View ArticleArticle 1
SQL*Loader-128: unable to begin a session ORA-01017: invalid username/password; logon deniedError:Programs were erroring out with below...
View ArticleArticle 0
Query to trace file location for the concurrent programSELECT 'Request id: '||request_id ,'Trace id: '||oracle_Process_id,'Trace Flag: '||req.enable_trace,'Trace...
View ArticleScript to list recursive dependency between objects
Rem Rem NAMERem rdeptree.sql - Show objects which a given object is recursively Rem dependent on Rem DESCRIPTIONRem This procedure, view and temp table will allow you to see allRem...
View ArticleShutdown options in a oracle database
Please find the below shutdown options PS CU TC SC NUShutdown abort N...
View ArticleScript to Analyze Library cache timeout.
ORA-04021 timeout occurred while waiting to lock object %s%s%s%s%s.Cause: While trying to lock a library object, a time-out occurred.Action: Retry the operation later.To find Blocking Session and...
View ArticleRotating Listener Logs without Bouncing the Listener
Please find the below steps to rotate a listener logs.The first parameter is simply the database SID represented as $1 and the second parameter is full path of the current listener log.#...
View ArticleArticle 5
Log files related to cloning in R12.1.3 Preclone log files in source instance:Database Tier – $ORACLE_HOME/appsutil/log/$CONTEXT_NAME/(StageDBTier_MMDDHHMM.log)Application Tier...
View Article