Query to check concurrent history
set pagesize 200set linesize 200col "Who submitted" for a25col "Status" for a10col "Parameters" for a20col USER_CONCURRENT_PROGRAM_NAME for a42SELECT distinct...
View ArticleScript to generate AWR report for 7 days and send it as attachment in mail
$cat awr_7days2.shexport ORACLE_HOME=/PROD/app/oracle/product/11.2.0/db_1export PATH=$PATH:$ORACLE_HOME/bin$ORACLE_HOME/bin/sqlplus -s '/as...
View ArticleScript to Automated Apply or Move the Weblogic / Middle ware patches to DR...
Scripts#!/bin/bash############################################################## XML ###############################################rm -rf /home/DR_test/remonte_scp_xml.shrm -rf...
View ArticleAuto Apply Patch in DR from PROD in weblogicserver
Scripts#!/bin/bash#############################################################Move_bkp.sh#############################################cd /data/bea/user_projects/domains/domain_FirstGen/for f in...
View ArticleTo Grant Read only access on v$ tables to User
SQL*Plus: Release 12.1.0.2.0 Production on Thu Mar 31 02:51:14 2016Copyright (c) 1982, 2014, Oracle. All rights reserved.Connected to:Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit...
View ArticleOPM:Can not find one alive process , Could not reserve enough space for...
Issue : After running adcfgclone in apps Tier in 11i , It got completed without any error and When we tried to login the First page comes but when we try to click on homepage, it redirects to blank...
View ArticleORA-00600: internal error code, arguments: [2619], [4476], [], [], [], [],...
Problem:Physical standby recovery reports error in alert log:Wed Jun 23 01:10:22 2010Media Recovery Log /mnt/import/recovery_standby/4_77799_650412287.dbfErrors in file...
View ArticleArticle 20
Kkjcre1p: Unable To Spawn Jobq Slave Process, Error 1089SYMPTOMS:During RMAN cold backup when the database goes down we may see the error in alert...
View ArticleArticle 19
11g RAC :Convert NON RAC database to RAC database using RCONFIGWhen you navigate through the $ORACLE_HOME/assistants/rconfig/sampleXMLS, you will find two sample XML input files.-...
View ArticleGolden Gate script (info all)
export ORACLE_SID=oraclexport ORACLE_HOME=/opt/oracle/product/11.2.0.3.0/db_1export ORACLE_BASE=/opt/oracle/productexport GGS_HOME=/opt/oracle/product/ggateexport...
View ArticleGolden Gate script( stats Replicat)
export ORACLE_SID=orclexport ORACLE_HOME=/opt/oracle/product/11.2.0.3.0/db_1export ORACLE_BASE=/opt/oracle/productexport GGS_HOME=/opt/oracle/product/ggateexport...
View ArticleGolden gate script(Stats Extract)
export ORACLE_HOME=/opt/oracle/product/11.2.0.3.0/db_1export ORACLE_BASE=/opt/oracle/productexport GGS_HOME=/opt/oracle/product/ggateexport...
View ArticleGolden gate script (lag replicat)
export ORACLE_SID=orclexport ORACLE_HOME=/opt/oracle/product/11.2.0.3.0/db_1export ORACLE_BASE=/opt/oracle/productexport GGS_HOME=/opt/oracle/product/ggateexport...
View ArticleGolden gate script(info Replicat)
export ORACLE_SID=orclexport ORACLE_HOME=/opt/oracle/product/11.2.0.3.0/db_1export ORACLE_BASE=/opt/oracle/productexport GGS_HOME=/opt/oracle/product/ggateexport...
View ArticleGolden gate script (info manager)
export ORACLE_SID=orclexport ORACLE_HOME=/opt/oracle/product/11.2.0.3.0/db_1export ORACLE_BASE=/opt/oracle/productexport GGS_HOME=/opt/oracle/product/ggateexport...
View ArticleGolden gate script(info extract)
export ORACLE_SID=orclexport ORACLE_HOME=/opt/oracle/product/11.2.0.3.0/db_1export ORACLE_BASE=/opt/oracle/productexport GGS_HOME=/opt/oracle/product/ggateexport...
View ArticleArticle 11
Oracle EBS Login Page Error : The page cannot be foundNormally, after cloning a new test environment on a new server, when we try to get the loginpage by url...
View ArticleArticle 10
Steps to recover Applications context file if it is corrupted ordeleted accidentallyIf the Oracle Applications Context file is corrupted or deleted accidentally, then we need tofollow the below steps...
View ArticleArticle 9
Important tables for ADPATCHHere are some of the important tables used by ADPATCH utility. AD_APPL_TOPSThis table holds the various APPL-TOP’s in the Oracle Applications installationthat have ever...
View ArticleArticle 8
Restrict single session per user and R12In Release 12:In Oracle E-Business Suite release 12, there is no need to apply any patch as the filesrequired are already present in the filesytem. The...
View Article