Goldengate 12c runInstaller UNIX_GROUP_NAME | INVENTORY_LOCATION
I keep finding ways to break things because the environments are not consistent. UNIX_GROUP_NAME This parameter is the UNIX group name to be set for the inventory on UNIX platforms. Note: The UNIX...
View ArticleData Pump or Data Pain Part03 – user/db object
You might be thinking, why is it necessary to specify schemas versus perform full import or why create SQL file? $ cat impdp_full02_user.par directory=DATA_PUMP_DIR userid="/ as sysdba" metrics=Y...
View ArticleData Pump or Data Pain Part04 – The End
Please take a look at my notes below: DataPump: Schema/DB Migration Notes
View Articledbca does hard coding
Creating Additional Data Dictionary Structures catoctk.sql: Oracle Cryptographic Toolkit package owminst.plb: Workspace Manager Workspace Manager is installed by default in the seed database and in all...
View ArticleGoldengate 12c PREPARECSN BUG
It looks like I have encountered BUG which applies to any platform but Oracle only has patch for Solaris Sparc. Anyone working for Oracle able to assist here please? ADD SCHEMATRANDATA Throws OGG-01780...
View ArticleGoldengate 12c OGG-01117 core dumped
This probably applies to other versions as well. Don’t you love it when there’s a simple solution? oracle@test1:/opt/oracle/12.2.0/ggs01$ ggsci Oracle GoldenGate Command Interpreter for Oracle Version...
View ArticleUsing Exception Table
It has been quite a while since I have used Exception table and just a quick demo to share. oracle@arrow1:HAWKA:/media/sf_working/sql $ sqlplus demo/demo @exception_demo.sql SQL*Plus: Release...
View ArticleDeceptive Numbers
My portfolio increased $10,000 today. Original investment is $1,000,000. I made 50% on my investment today. Original investment is $200. There is more to than meets the eye.
View ArticleQuick Check for Corrupt Block (file #, block #)
$ egrep -n '^Corrupt block relative dba| ^Reread of blocknum' alert.log| tail -50 124974:Corrupt block relative dba: 0x04c7d3be (file 12, block 312452) 124983:Reread of blocknum=312452,...
View ArticleADRCI Retention Policy and Ad-Hoc Purge Script for all Bases
|GREP ORA As you know, since 11g we have a Automatic Diagnostic Repository (ADR). To better manage it, we also have a Command-line Interface, called ADRCI. ADR contains all diagnostic information for...
View Articleadrci purging
I did not know this. Is there a way to control Auto_Purge Frequency done by the MMON ? (Doc ID 1446242.1) The automatic purge cycle is designed as follows. (1) The first actual purge action will be 2...
View ArticlePURGEOLDEXTRACTS Not Purging Trail Files
The best part of playing poker is misreading the hand and won. Well, today this applied to help troubleshoot a Goldengate issue. Granted it might not be the root cause but it did solve the issue for...
View ArticleVagrant was unable to mount VirtualBox shared folders – Solved
My starting point of installing Vagrant on Windows: https://www.sitepoint.com/getting-started-vagrant-windows/ http://tech.osteel.me/posts/2015/01/25/how-to-use-vagrant-on-windows.html If you are...
View ArticleRAC Attack Vagrant FAILED
If anyone has successfully configured RAC Attack using Vagrant, I really would love to know how you did it. First, instructions are all over the place and I finally followed the one below....
View Articleracattack-ansible-oracle Up and Running
From a time long ago – https://mdinh.wordpress.com/2016/12/04/toys-for-when-you-i-are-bored/ With help from oravirt, I was able to install RAC VMs. At this point, only the VM servers have been created...
View ArticleRMAN-06820: WARNING: failed to archive current log at primary database
The best solution is a simple one. Standard Edition Oracle with Manual Standby generating error – RMAN-06820. From RMAN-06820 ORA-17629 During Backup at Standby Site (Doc ID 1616074.1): As of 11.2.0.4,...
View ArticleDecipher EM Error Message for RAC
I am not sure if there is a way to have EM display the actual commands it uses to check and alert errors. It would be nice to be able to verify using the same syntax. Examples of errors I was paged...
View ArticleGoldengate 12c Troubleshooting XAGENABLE
Environment: Oracle RAC with DBFS running as oracle Goldengate12c running as ggsuser using DBFS and XAGENABLE Monitoring is running as monitor ERROR: Transparent Integration with XAG is Enabled but...
View ArticleDownload and Install Vagrant Box Locally
References: Vagrant Box from oravirt GitHub from oravirt Blog Post from oravirt Windows binaries of GNU Wget Copy wget to C:\Users\dinh\AppData\Local\Programs\Git\mingw64\bin (My install location) You...
View ArticleOracle Linux Vagrant Boxes
Almost like finding gold. Oracle publishes Vagrant boxes based on Oracle Linux
View Article