E-Business Suite R12 : Error " DB Connection Could Not Be Established. Either...
Platform:======Oracle Applications DBA - Version 12.1.3 to 12.1.3 [Release 12.1]Oracle Application Object Library - Version 12.1.3 to 12.1.3 [Release 12.1]Information in this document applies to any...
View ArticleHow to change Flash Recovery Area to a new location
PURPOSE------- This document shows how to change the Flash Recovery Area destination andhow to move the files from old area to new area. How to change Flash Recovery Area to a new location...
View ArticleDoes GoldenGate Support Tables with an UNUSED Column?
Yes, GoldenGate support tables with UNUSED columns. starting in version 9.5, GoldenGate supports tables with unused columns, but by default the support is disabled, and Extract will be abends while...
View ArticleGoldengate: How To Handle drop a column when not using DDL replication?
How To Handle drop a column when not using DDL replication.1. If the dropped column is a composite key column, make sure there are no open transactions on the affected source table between steps 2...
View ArticleGoldengate: How To Handle resize a column when not using DDL replication?
Resize a column when not using DDL replication1. If the resized column is a key column, make sure there are no open transactions on the affected source table between step 2 & 6.2. Issue LAG...
View ArticleHow to add new instance manually to the Cluster and Resolve the ORA-01618 error
Cause for the issue:Instance 2 alert log shows failing due toALTER SYSTEM SET local_listener='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxx)(PORT=1521))))' SCOPE=MEMORY...
View ArticleORA-15180: Could not open dynamic library odm libraryump while doing EBS...
ORA-15180: Could not open dynamic library odm libraryump while doing EBS 12.1.3 cloning (Ref-Doc ID 435826.1) Error:-------------------ADX Database Utility Finished---------------adcrdb.sh started at...
View ArticleMonthly Count of Database Startup And Shutdown
Steps -Set Your Environment file or .bash_profile - export Your ORACLE_SID -Save the Below Script in “.sh” formatMonthly Count of Database Startup :#!/bin/shdatelocation=`find /...
View ArticleTransfer sql profiles from one database to another
SummaryHere is a simple guide to transfer sql profiles from one database to another.For better understanding assume that you want to transfer one sql profile from the 'source' database to the...
View ArticleFind unused indexes with MONITORING USAGE clause
SummaryCreating an index which doesn't mean that the index will be used.To find unused indexes for a period of time in ORACLE and afterwards you must enable the INDEX MONITORING USAGEExampleCreate a...
View ArticleRollback statistics
summaryUsually the database keeps a history of the statistics for one table for 31 days.The following sql will return the number of days statistics are currently retained for.SELECT...
View ArticleSGA resizing history
SGA resizing historySummaryYou can find all the resizing history of the SGA by querying the view V$SGA_RESIZE_OPS. As you know if you have set the parameter sga_target then Oracle automatically SHRINKs...
View ArticleTransfer partition statistics to another partition
SummaryIt is very often to have a partitioned table and want to calculate or estimate the statistics for the partitions. Partitions usually holds millions of records, so calculating or estimating...
View ArticleSteps to Apply Grid patch in 12CR2 Environment
Grid PSU=======================Set Proper Path=====================export ORACLE_HOME=/home/oracle/product/12.2.0.1/griddwhich opatchDownload and copy later opatch binaries to oracle...
View ArticleSteps to Deinstall 12C Agent
/home/oracle/Oem12CAgent/core/12.1.0.3.0/perl/bin/perl /home/oracle/Oem12CAgent/core/12.1.0.3.0/sysman/install/AgentDeinstall.pl -agentHome /home/oracle/Oem12CAgent/core/12.1.0.3.0/
View ArticleScript to get the DDL of an user
set long 20000 longchunksize 20000 pagesize 0 linesize 1000 feedback off verify off trimspool oncolumn ddl format a1000begin dbms_metadata.set_transform_param (dbms_metadata.session_transform,...
View ArticleScript to generate DDL of db-links
set lines 800set echo off--set feedb offset termout offset heading offSET VERIFY offset trimspool onset long 32766set longchunksize 120select...
View ArticleSteps to de install 11g home
export ORACLE_HOME=/home/oracle/product/11.2.0.4/db_1## detach ORACLE_HOME$ORACLE_HOME/oui/bin/runInstaller -detachHome -silent ORACLE_HOME=$ORACLE_HOME## confirm $ORACLE_HOME is removed from central...
View ArticleSecurity parameters in 11G and 12C
There are 5 parameters that are all prefixed with ‘sec’ in an 11g and 12c database. Actually that is a lie because one is now deprecated in 12c. They are all, as you might guess related to...
View ArticleOPP "outofmemory" best practices
The "outofmemory" error occurs- when the Output Post Processor does not have sufficient heap size per process defined to handle the large report- when processing large reports during peak utilization...
View Article