Article 2
OPATCHAUTO-68061 The orchestration engine failed Description:-Patch apply & Error out :-+ASM1] sudo $ORACLE_HOME/OPatch/opatchauto apply...
View ArticleArticle 1
ORACLE GOLDENGATE AUTOMATIC CONFLICT DETECTION AND RESOLUTION(CDR)Automatic Conflict Detection and Resolution is a new feature that is specific to Oracle GoldenGate 12c (12.3.0.1) and Oracle Database...
View ArticleArticle 0
PRCD-1229 : An attempt to access configuration of database xxxxxx was rejectedPRCD-1027 : Failed to retrieve database xxxxxxPRCD-1229 : An attempt to access configuration of database xxxxxx was...
View ArticleOracle GoldenGate Architecture
Oracle Goldengate supports the replication of data across various heterogeneous platforms. The Goldengate replication topology includes the capture and transfer of the extracted data from the source...
View ArticleTracking failed logon attempts
I am doing an audit and I need to be able to track all failed login (logon) attempts. Because the user never gets logged-on to OracleThe Oracle auditing utility has this command:audit create session...
View ArticleCommand to check the details of applied Patch
Please find the below query to check.SQL>set pages 1000SQL>set linesize 100SQL>column APPLIED_PATCH_ID format 9999999999SQL>column PATCH_NAME format a16SQL>column CREATION_DATE format...
View ArticleOGG-06601 Mismatch Between The Length Of Seqno From Checkpoint (9) And...
OGG-06601 Mismatch Between The Length Of Seqno From Checkpoint (9) And Recovery (6) For ExtTrying to read trail file which uses 6 digit checkpoint with version 12.2.Version 12.2 uses a 9 digit...
View ArticleOGG-02544 Unhandled Error (ORA-00904: : Invalid Identifier) in replicat.
OGG-02544 Unhandled Error (ORA-00904: : Invalid Identifier)WARNING OGG-02544 Unhandled error (ORA-00904: : invalid identifier) while processing the record at SEQNO 219, RBA 83837638 in Integrated mode....
View ArticleGoldenGate - Error (904, ORA-00904: : Invalid Identifier) Selecting Data in...
GoldenGate - Error (904, ORA-00904: : Invalid Identifier) Selecting Data in ORAUTIL_getCurrentSCN()Extract process return error (904, ORA-00904: : invalid identifier) selecting data in...
View ArticleResolving ORA-02374: conversion error loading table during impdp
Error:ORA-02374: conversion error loading table "SCHEMA"."TABLENAME"ORA-12899: value too large for column MINE_TEXT (actual: 66, maximum: 64)ORA-02372: data for row: MINE_TEXT :...
View ArticleORA-4063 when Executing DBMS_LOGMNR_D.SET_TABLESPACE (Doc ID 577426.1)
Symptoms-- Problem Statement:Setiting logminer to a specific tablespace reports the following errorSQL> create tablespace logmnr_tbs datafile '${vtbsp_dir01}/logmnr_tbs01.dbf' size 700m ;SQL>...
View ArticleDBMS_METADATA.GET_DDL Fails with ORA-04063 Error
SymptomsCall to dbms_metadata.get_ddl failed with following error -ORA-04063: package body "SYS.DBMS_METADATA" has errorsexpdp failed with following error -Processing object type...
View ArticleORA-27125: unable to create shared memory segment Linux-x86_64 Error: 28: No...
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-16816: incorrect database role
In Data Guard, for some reason, standby database rule are incorrectly shown as primary database, while primary database shows as standby rule.DGMGRL> show configuration;Configuration - TESTDB...
View ArticleExport and Import from On-premise database to AWS cloud database
Schema Export and Import from On-premise database to AWS cloud database.Step 1:Connect the on-premise database and the export the schemaDECLAREhdnl NUMBER;BEGINhdnl := DBMS_DATAPUMP.OPEN( operation...
View ArticleQueries related to workflow
Important queries related to workflow1.Check the status of Notifications:====================================col RECIPIENT_ROLE format a20col FROM_USER format a20col TO_USER format a20set lines...
View ArticleIdentifying the FND_LOBS segments attached to the database
Total number of attachments per program-----------------------------------------select distinct program_name, count(*) from fnd_lobs group by program_name order by 2 desc;Total number of program with...
View ArticleORA-30079: cannot alter database timezone when database has TIMESTAMP WITH...
Error====ORA-39166: Object APEX_050100.APEX was not found or could not be exported or imported.ORA-31655: no data or metadata objects selected for jobJob "ROOT"."SYS_EXPORT_TABLE_01" completed with 2...
View ArticleArticle 0
Query to find the concurrent programs completed in specific day.=====================================================selectf.request_id ,pt.user_concurrent_program_name...
View ArticleORA-39166 - When Trying To Export The Data From A View
When i am trying to export table i am facing below error.Error====ORA-39166: Object APEX_050100.xxxxxx was not found or could not be exported or imported.ORA-31655: no data or metadata objects...
View Article