erp_conc_manager_job_status.sql
SET TERMOUT OFF;COLUMN current_instance NEW_VALUE current_instance NOPRINT;SELECT rpad(instance_name, 17) current_instance FROM v$instance;SET TERMOUT ON;PROMPT PROMPT...
View Articleerp_conc_manager_user_query.sql
SET TERMOUT OFF;COLUMN current_instance NEW_VALUE current_instance NOPRINT;SELECT rpad(instance_name, 17) current_instance FROM v$instance;SET TERMOUT ON;PROMPT PROMPT...
View Articlesess_current_user_transactions.sql
SET TERMOUT OFF;COLUMN current_instance NEW_VALUE current_instance NOPRINT;SELECT rpad(instance_name, 17) current_instance FROM v$instance;SET TERMOUT ON;PROMPT PROMPT...
View ArticleArticle 5
XDB error in transportable table space:Export: Release 11.2.0.4.0 - Production on Thu Aug 23 14:10:01 2018Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.;;;Connected to:...
View ArticleArticle 4
ORA-39920: Rollback segment BIG_RBS1 in tablespace not allowed in transportable set:oracle@dbatlsfnydev01:/ATLDEV12c/bkp$ expdp parfile=dp_ttsexp.parExport: Release 11.2.0.4.0 - Production on Fri Jul...
View ArticleArticle 3
ORA-01110: data file 4: '/ATLDEV/oradata/atldevre/800P_tools01.dbf':oracle@dbatlsfnydev01:/ATLDEV12c/bkp$ expdp parfile=dp_ttsexp.parExport: Release 11.2.0.4.0 - Production on Fri Jul 13 11:35:36...
View ArticleArticle 2
TRANSPORTABLE TABLE SPACE STEPS WITH IN SAME PLATFORM:Step 1:Stop materialized view refresh jobsdrop materialized view ATS_GEO_COMPONENT_MV preserve table;Step 2:Determine the endian format of both the...
View ArticleArticle 1
STEPS TO UPGRADE TIME ZONE AFTER UPGRADING FROM 11.2.0.4 TO 12.2.0 DB:conn / as sysdbapurge dba_recyclebin;EXEC DBMS_APPLICATION_INFO.SET_CLIENT_INFO('upg_tzv') ;alter session set...
View ArticleArticle 0
QUERY to identify sql plan changes:SET SERVEROUTPUT ONDECLARE v_count number := 0; CURSOR SQLID IS SELECT SQL_ID, COUNT(DISTINCT PLAN_HASH_VALUE) cnt FROM DBA_HIST_SQLSTAT STAT,...
View ArticleLsInventorySession failed: RawInventory gets null OracleHomeInfo
Issue:LsInventorySession failed: RawInventory gets null OracleHomeInfo“Opatch lsinventory” command failed with the error as “LsInventorySession failed: RawInventory gets null OracleHomeInfo” and...
View ArticleInstallation and Configuration of VNC Server in RHEL 7.5
1. Install the VNC Server.# yum install tigervnc-server2. Create a new configuration file for each of the display numbers you want to enable. In the following case, I am setting up the display...
View ArticleQuery to find idle time of oracle applications users
select disabled_flag, to_char(first_connect,'MM/DD/YYYY HH:MI:SS') Start_Time, to_char(sysdate,'HH:MI:SS') Current_Time, USER_NAME, session_id, (SYSDATE-last_connect)*24*60 Mins_Idle from...
View ArticleQuery To Find Out Workflow Error out Process Activity Status for A Particular...
SELECT execution_time, to_char(ias.begin_date, 'DD-MON-RR HH24:MI:SS') begin_date, ap.display_name || '/' || ac.display_name activity, wias.activity_status status,...
View ArticleArticle 9
Query to Find out the running transaction in the database Note:This query is used to find out the running transaction in the database.Query:select...
View ArticleArticle 8
Error during timezone update in 11.2.0.4 to 12.2.0.1 Error:ERROR at line 1:ORA-04045: errors during recompilation/revalidation ofAPPADMIN.PW_SYNC_AFTER_ALTERORA-06512:...
View ArticleArticle 7
Error while running owm utility Error:Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: This function should be called while holding...
View ArticleArticle 6
Query to find the child value of the sql Id. Query :col sql_text for a60 wrapset verify offset pagesize 999set lines 155col username format a13col prog format a22col...
View ArticleArticle 5
Query to flush the child plan Query:set serveroutput onset pagesize 9999set linesize 155var name varchar2(50)accept sql_id - prompt 'Enter value for sql_id:...
View ArticleArticle 4
Starts a WebLogic Forms and Reports Services installation.Query : export MW_HOME=/u01/app/oracle/middlewareexport DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomainexport...
View ArticleHow to get FND log messages extract for SR
How to get FND log messages extract for SR Please proivde FND logs as per below steps for reproducible case 1) Set the Profiles * FND: Debug Log Enabled : Yes * FND: Debug Log Level : Statement * FND:...
View Article