Article 1
UC: Time Drift DetectedIssue:-alert found into the alert logfile.Warning: VKTM detected a forward time drift.Time drifts can result in unexpected behavior such as time-outs.Please see the VKTM trace...
View ArticleArticle 0
ORA-29283: invalid file operation: path traverses a symlink [29433]DB : Oracle 19.5OS : RHEL 7Expdp is failing due to the below error in my 19c databaseExport: Release 19.0.0.0.0 - Production on Thu...
View ArticleEBS R12.2 ADOP phases and parameters
EBS R12.2 ADOP phases and parameters1) Prepare - Starts a new patching cycle. Syntax: adop phase=prepare2) Apply - Used to apply a patch to the...
View ArticleTo recover Concurrent Manager - Concurrent Manager recovery Wizard - EBS 11i/R12
Concurrent Manager Recovery Wizard - Oracle Applications Manager Troubleshooting and DiagnosticsFollow the below steps to use the Concurrent Manager Recovery Wizard:1. To access the Concurrent Manager...
View ArticleHow To Clear BNE Cache in EBS 11i/R12
GOAL:To clear BNE cache in EBS environmentSolution:To Clear BNE cache:A. Releases prior to 12.2.7Using System Administrator responsibility:Login to the application as a user with System Administrator...
View ArticleHow to catch DDL statements oracle database.
Need to create table to capture DDL statements.CREATE TABLE AUDIT_DDL ( DDL_DATE date, OSUSER varchar2(255),CURRENT_USER varchar2(255),HOST varchar2(255), TERMINAL varchar2(255), IP_ADDRESS...
View ArticleHow to find last modified table in oracle.
Here is the query below.set linesize 500;select TABLE_OWNER, TABLE_NAME, INSERTS, UPDATES, DELETES,to_char(TIMESTAMP,'YYYY-MON-DD HH24:MI:SS')from all_tab_modificationswhere table_owner<>'SYS'...
View ArticleRun sql statements in all PDBS .
Oracle catcon.pl program is used to run a SQL scripts or SQL statements in all PDBS .$ORACLE_HOME/perl/bin/perl $ORACLE_HOME/rdbms/admin/catcon.pl -u SYS/****AhAhpassword-changed*** -d...
View ArticleHow to change Oracle Database NLS DATE FORMAT
alter system set nls_date_format=’dd.mm.yyyy hh24:mi:ss’ scope=spfile
View ArticleWHEN WE FACE ERROR ORA-12719: OPERATION REQUIRES DATABASE IS IN RESTRICTED MODE
SQL> startup mountORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instanceORACLE instance started.Total System Global Area 8589934592 bytesFixed Size 6877112 bytesVariable Size...
View ArticleSolution for ORA-09925: Unable to create audit trail file
PROBLEM:Users are getting below error, while trying to connect to the database.ERROR:ORA-09925: Unable to create audit trail fileLinux-ia64 Error: 28: No space left on deviceAdditional information:...
View ArticleSolution for ORA-28365: wallet is not open
Problem:-[oracle@prod101:~ orcl101] expdp tables=scott.tde_test directory=TEST_DIR dumpfile=emp121.dmp logfile=emp121.logExport: Release 18.0.0.0.0 – Production on Fri Aug 24 00:48:16 2018Version...
View ArticleSolution for ORA-39035: Data filter SUBQUERY has already been specified
Problem[oracle@testdb ~]$ expdp HAA/HAA@pdb1 tables=emp directory=TEST_DIR query=”\’where salary > 5000\'” dumpfile=query1.dmp logfile=query.logExport: Release 18.0.0.0.0 – Production on Tue Jul 10...
View ArticleSolution for ORA-39173: Encrypted data has been stored unencrypted in dump...
[oracle@testdb ~]$ expdp system/Chennai#123@pdb1 directory=TEST_DIR SCHEMAS=hr dumpfile=hr.dmp logfile=hr.logExport: Release 18.0.0.0.0 - Production on Sat Jun 30 07:08:01 2018Version...
View ArticleLUN MIGRATION STEPS
sudo fdisk -l 2>/dev/null | egrep '^Disk' | egrep -v 'dm-|type|identifier'bosp13344 ORA_DATA01 = SSD 200GB LUN ID= 00:01:D3 /dev/sdf1bosp123 ORA_FRA01 = SSD 100GB LUN ID= 00:01:C7...
View ArticleFix for ORA-03113 end-of-file on communication channel
Fix for ORA-03113: end-of-file on communication channelOracle Database Server 12c Here is how to fix ORA-03113: end-of-file on communication channel[oracle@host ~]$ sqlplus / as sysdba......Copyright...
View ArticleTo calculate the percentage of the buffer cache used by an individual object
To calculate the percentage of the buffer cache used by an individual object:Find the Oracle Database internal object number of the segment by querying the DBA_OBJECTS view:SELECT data_object_id,...
View ArticleWorkflow start and stop in back end
a) Login to Environment as apps usersqlplus apps/<apps pass>b) Check workflow mailer service current statusselect running_processesfrom fnd_concurrent_queueswhere concurrent_queue_name =...
View ArticleWEB ADI Performance Issue When Data Entry Rows is High
While updating the Data Entry Rows in the Lines section to 30000, then the upload takes a long time (10 minutes+) even if only 2 rows are selected for updating.Desktop Integration > Define...
View ArticleUpgrade Excel To 2013 64-bit Error 'The code in this project must be updated...
On Oracle Applications 12.1.3 version,After upgrading Microsoft Excel to version 2013 64bit, when uploading data to the template WEBADI, the template is blank.However when looking at the Excel Macro...
View Article