APEX IMAGE ISSUE (503 Unavailable Error raising while access or load the...
APEX IMAGE ISSUE (503 Unavailable Error raising while access or load the images through Apex user).Requirements:--------------Apex 5.1.3ORDS 3.0.9Glassfish 3.0Error:======1.It will raised in ORDS with...
View ArticleDatabase Security Assessment Tool.
Database Security Assessment Tool.The Oracle Database Security Assessment Tool (DBSAT) analyzes database configurations, users, their entitlements, security policies and identifies where sensitive data...
View ArticleQuery for performance stats for the instance
select n.name, s.valuefrom v$statname n, v$sysstat swhere n.statistic# = s.statistic#order by n.class,n.name/
View ArticleQuery to Moving data files between disks
set trimspool on wrap offset heading offset verify offset pages 1000 lines 1000spool rename.sqlselect 'alter database rename file ''' || name || ''' to ''' || replace(name || ''';', '/u01',...
View ArticleORA-27125: unable to create shared memory segment
When try to start up an Oracle database, the below errors occur:ORA-27125: unable to create shared memory segmentLinux-x86_64 Error: 28: No space left on deviceAdditional information: 3773Additional...
View ArticleORA-02374: Conversion error loading table during impdp
Error:ORA-02374: conversion error loading table "SCHEMA"."TABLENAME"ORA-12899: value too large for column ENAME (actual: 66, maximum: 64)ORA-02372: data for row: ENAME :...
View ArticleORA-19566: Exceeded limit of 0 corrupt blocks for file:
**ORA-19566: Exceeded limit of 0 corrupt blocks for file: RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK...
View ArticleQuery for High CPU consuming queries since past one day
set pages 50000 lines 32767select * from (select SQL_ID, sum(CPU_TIME_DELTA),sum(DISK_READS_DELTA),count(*)from DBA_HIST_SQLSTAT a, dba_hist_snapshot swheres.snap_id = a.snap_idand...
View ArticleQuery to check assigned responsibility of FND User.
Query to check assigned responsibility of FND User.----------------------------------------------------------------select usr.user_id, usr.user_name, res.RESPONSIBILITY_ID, res.RESPONSIBILITY_NAMEfrom...
View ArticleHow to get the output xml file (.out) file of the specific concurrent request...
How to get the output xml file (.out) file of the specific concurrent request in application R12.Requirements:1.Concurrent program Request ID.2.Output file destination.Steps:1.End user ask for xml...
View ArticleTroubleshooting ASM Proxy instance startup
I had trouble starting ASM proxy instance on one of the nodes in my 2 node flex cluster having nodes host01 and host02. As a result I could not access the volume I created on an ASM diskgroup. This...
View ArticleTNS-00583: Valid node checking: unable to parse configuration parameters
TNS-12560: TNS:protocol adapter error TNS-00583: Valid node checking: unable to parse configuration parametersI Received following errors when trying to startup my listener. I verified the...
View ArticleQuery To Get Internal Manager (ICM) Log File Location
Query To Get Internal Manager (ICM) Log File Location-----------------------------------------------------------------------SELECT 'ICM_LOG_NAME=' || fcp.logfile_nameFROM fnd_concurrent_processes...
View ArticleINCOIN The concurrent program for your request exited without calling...
1.Check with the DBA about the field LFILE_SIZE in the table FND_CONCURRENT_REQUESTS is set to what value.2.Check if log file is created properly with LFILE_SIZE > 0. If LFILE_SIZE is not set then...
View ArticleOpatch fails with Lock file error
While applying Oracle Patch, Opatch reports the below error :OUI-67064:OPatchSession cannot load inventory for the given Oracle Home /ora01/app/oracbr/product/11.2.0/dbhome_1. Possible causes are:...
View ArticleHow To Create An OCM Response File.
During patching, Opatch tool may ask for an OCM (Oracle configuration manager) response file.OCM can collect the configuration of your servers and send it to Oracle support. Oracle support staff will...
View ArticleHow to attach ebs 10.1.2 oracle home to central inventory
This post is to define "How to attach ebs 10.1.2 oracle home to central inventory"bash-3.2$ opatch applyOracle Interim Patch Installer version 1.0.0.0.64Copyright (c) 2011 Oracle Corporation. All...
View ArticleEBS R12 Login Page Is Not Coming Up - java.lang.RuntimeException: Guest...
Acual BehaviorE-Business Suite (EBS) Production Instance Login page is not coming up, Instead a blank page is being displayed.The issue can be reproduced at will with the following steps:1. Type the...
View ArticleHow to Resolve “ORA-29548: Java system class reported” in 12c?
After applying PSU to 12.1.0.2.0, the application gets following error.[Error] Execution (1: 1): ORA-29548: Java system class reported: release of classes.bin in the database does not match that of the...
View ArticleArticle 0
Active transactions in oracle database:-col name format a10col username format a8col osuser format a8col start_time format a17col status format a12tti 'Active transactions'select...
View Article