OGG-00529 DDL Replication is enabled but table gguser.GGS_DDL_HIST is not...
Configure Goldengate DDL ReplicationPrerequisite Setup1. Navigate to the directory where the Oracle Goldengate software is installed.2.Connect to the Oracle database as sysdba. sqlplus sys/password...
View ArticlePlease move GGUSER to its own tablespace
Please move GGUSER to its own tablespace SQL> @ddl_setup.sqlOracle GoldenGate DDL Replication setup scriptVerifying that current user has privileges to install DDL Replication...You will be prompted...
View ArticleArticle 0
CRS-2800: Cannot start resource 'ora.ORA_DATA.dg' as it is already in the INTERMEDIATE state on server ISSUE:-SQL> startup;ORA-39510: CRS error performing start on instance CRS-2800: Cannot start...
View ArticleRMAN duplicate database having multiple directories to assign to BACKUP LOCATION
Applies To By default RMAN picks one backup location to do duplicate with clause 'BACKUP LOCATION' .Many times user don't have much space in single location ,hence, the backup piece distributed to...
View ArticleSteps for tuning Redo logs and Checkpoints (Contention, Waits,...
1). Redolog Buffer Contention-----------------------------SELECT SUBSTR(name,1,20) "Name",gets,misses,immediate_gets,immediate_misses FROM v$latch WHERE name in ('redo allocation', 'redo copy');Name...
View ArticleI have faced ORA-01118: Cannot add any more data file limit exceeded.
When the Database is created the db_file parameter in the initialization file is set to a limit. You can shutdown the database and reset these up to the MAX_DATAFILE as specified in database creation....
View ArticleArticle 0
ORA-27300, ORA-27301, ORA-27302,ORA-27303:$ sqlplus / as sysdbaSQL*Plus: Release 12.1.0.2.0 Production on Wed Apr 30 12:35:25 2018Copyright (c) 1982, 2014, Oracle. All rights...
View ArticleArticle 3
How do I configure the SMTP settings in JBoss ON so it can send email alert notifications?Environment :Red Hat JBoss Operations Network (ON)2.32.43.13.23.3Issue :Not able to send mail through JON...
View ArticleArticle 2
ORA-15260 While Creating an ASM Diskgroup in 11gR2APPLIES TO :Oracle Database - Enterprise Edition - Version 11.2.0.1 to 11.2.0.4 [Release 11.2]SYMPTOMS :Running an ASM command and getting...
View ArticleArticle 1
INSTALLING ADDITIONAL JBOSS AGENT PLUG-INSEnvironment :Red Hat JBoss Operations Network (ON) 3.3Step 1 :Download the plug-in JAR files from the Customer Support Portal.In the Customer Support Portal,...
View ArticleArticle 0
RMAN-05541: no archived logs found in target databaseSYMPTOMS :Getting RMAN-05541 error when duplicating database from a consistent (cold) RMAN backupError Message:RMAN-00571:...
View ArticleArticle 0
Configuring the JBoss ON Server as a Service on Red Hat Enterprise LinuxThe rhq-server.sh script can be managed by the init process so that the server starts automatically when the system boots. This...
View ArticleArticle 0
Find which sql is using high CPU between the time interval.set lines 500;set pages 500;set long 1000000;SELECT X.SQL_ID, X.CPU_TIME, X.EXECUTIONS, T.SQL_TEXTFROM DBA_HIST_SQLTEXT T, ( SELECT...
View ArticleArticle 0
create sql-plan baselines(export and import in new db):connect as user1/@lanBEGIN DBMS_SPM.CREATE_STGTAB_BASELINE( table_name => 'stage1');END;/var x number;begin:x :=...
View ArticleArticle 6
Oracle HTTP Server Fails to Start With "setgid: unable to set group id to Group" Error Error:While configuring Oracle HTTP Server to use port 443 or any port less then 1024 on UNIX systems,OHS would...
View ArticleArticle 5
R12.2 ADOP Cut over fails Error:Adop patching cycle cut over phase got error due the following reason, while running the cut-over adop fails . Oracle HTTP Server is configured to run on a privilege...
View ArticleArticle 4
Fail to Start adopmnctl.sh: Starting Oracle Process Manager (OPMN)This issue is faced when enabling the SSL in EBS suite . Error:In line 4 of...
View ArticleArticle 3
Adop Phase Cleanup issue This is caused when cleanup phase is performed, the nodes are populated with standby hostname.Which is failing the cleanup opertions, the below steps are to re-populate to...
View ArticleArticle 2
Query to locate all current Workflow Mailer Service log. Query:set linesize 155;set pagesize 200;set verify off;column MANAGER format a15;column MEANING format a15;SELECT...
View ArticleArticle 1
SQL to identify archive log on hourly basis:SELECT TO_CHAR (COMPLETION_TIME, 'DD/MM/YYYY') DAY, SUM (DECODE (TO_CHAR (COMPLETION_TIME, 'HH24'), '00', 1, NULL)) "00-01", SUM...
View Article