Oracle TimesTen Database, was not using Huge/Large pages. Well at least when I executed a ttStatus command, I saw the following: Shared Memory KEY 0x0c0504dd ID 1838710795 (LOCKED) when I expected to see Shared Memory KEY 0x0c0504dd ID 1838710795 (Large Pages,LOCKED) There are 11 connections to the data store Shared Memory KEY 0x0c0504dd ID 1838710795 (LOCKED) …
Category: Oracle
SQL Developer with Oracle TimesTen ttStats
I’ve had the opportunity to work on with the TimesTen database on the Oracle Exalytics platform, and once again I got to use my favorite tool to make life so much easier. If you’ve ever used TimesTen, then the ttIsql command line should be familiar to you. In this post, I’ll show you how to …
Create Wallet causes Segmentation Fault in Oracle GoldenGate12c and VBox5
Today’s blog will be quick. I’m operating in the following environment: Oracle Virtual Box 5.0.12 MacBook Pro (Retina, 15-inch, Mid 2014) Processor: 2.2 GHz Intel Core i7 Oracle 12c Oracle GoldenGate 12c A few weeks ago I attempted to create a wallet in Oracle GoldenGate and got this: GGSCI (trg.localdomain) 1> create wallet Source Context : …
Oracle DB12c / OL7 / VBox 5 – Perl Segmentation Fault
Back on August 22, 2015, I wrote a post about some challenges I was experiencing while trying to install Oracle DB12c on Linux 7 using VirtualBox 5.x. You can read that here. Since then, I have had the opportunity to work with Simon Coter, Principal Product Manager for Oracle VM and VirtualBox to get to …
Initial Direct Load Access Denied in Oracle GoldenGate 12.2
Over the last few days, I’ve been checking out the Initial Load process in Oracle GoldenGate 12.2. While it seems straight forward, I kept running into an Access denied error. To be more specific the ggserr.log says: ERROR OGG-01201 Oracle GoldenGate Capture for Oracle, eload01.prm: Error reported by MGR : Access denied. How do we fix …
My thoughts on Hybrid Cloud
My Thoughts on Hybrid Cloud Every now and then, I find myself getting into discussions about cloud computing, and recently had the opportunity to hang out at Oracle HQ with some Oracle ACE Directors and the OAUX team to see what they were doing. Following that up with a week at Oracle Open World 2015, …
OOW15 Brain dump
My OOW15 Brain dump I’m finally back to a point where I can write a few blog posts after OOW15. If you didn’t attend Oracle Open World this year, I have one word for you, “CLOUD”. Here is your obligatory OOW15 infographic. Larry opened by presenting Oracle’s journey down the “as a Service” path covering SaaS, …
Oracle DB12c on OL7 with Virtual Box 5 installation issues
As usual, I’m goofing off in my home Data Center (riiiiight), and I decide to install Oracle Linux 7 and the 12c Database. While not concerning myself with what’s on the Compatibility Matrix, I go ahead and start up Virtual Box 5 (recently released) and install my O/S. No problem there so, I’m thinking everything …
Configure NFS on Oracle Linux 6.6
Configure NFS on Oracle Linux 6.6 I started taking a class yesterday and volunteered to help figure out how to share directories between linux machines on the same network. I decided to make it a blog post. First let’s get it straight that I am not a Linux Admin or anything like that so this …
Drag-n-Drop comes to VirtualBox5
Drag-n-Drop comes to VirtualBox5 I’m always trying to remember how to set up shared folders between my MacBook Pro and my VirtualBox VMs. This has mostly been because I want to install something on a VM that I have downloaded to host system. There are a multitude of way to accomplish this, so by all …