Subscribe to Blog via Email
Join 1,053 other subscribersArchives
Category Archives: Uncategorized
Bought Matthew Morris’ OCP 12c upgrade book for Key DBA Skills section
I haven’t even started on Sam Alapati’s OCP book but I realized today that Matthew Morris’s OCP 12c upgrade book has an outline of the Key DBA Skills section of the OCP exam and that is what I need most. … Continue reading
Posted in Uncategorized
14 Comments
Limits of SQL Optimization Toastmasters Talk
I think I’m done with the script for my Toastmaster’s talk: pdf It’s Toastmaster’s talk 3 “Get to the Point” so I’m trying to do a 5-7 minute talk that focuses on how Oracle’s SQL optimizer sometimes chooses a slow … Continue reading
Posted in Uncategorized
Leave a comment
Adding an outline hint to a PS/Query
I just finished working with a coworker on speeding up a PS/Query. It was running well in a development environment but not in production. I tried to find a simple hint or two to make production run like development but … Continue reading
Posted in Uncategorized
3 Comments
v$sql_cs_statistics bug in 12c?
I think I’ve run across a bug in 12c where v$sql_cs_statistics is not populated in 12c as it was in 11.2.0.3. I’ve messed with adaptive cursor sharing using an example on Tim Hall’s web site: web example I’ve tried to … Continue reading
Posted in Uncategorized
2 Comments
Updated 12c OCP upgrade Self Test software has more questions
I guess I should have waited around a bit longer before taking my 12c OCP upgrade exam. I purchased Kaplan’s Self Test software to prepare for the 12c OCP upgrade exam but it only included 50 questions and they only … Continue reading
Posted in Uncategorized
2 Comments
First draft Sudden SQL Slowness Toastmasters talk
I’m doing Toastmasters to try to improve my speaking and my third talk will be related to why a function on a web site can suddenly slow down due to a change in plan. It has to be 5 to … Continue reading
Posted in Uncategorized
2 Comments
SQL Profile appears to not work but really does
Over the weekend a coworker applied a SQL profile to a long running SQL statement but it looked like the profile was not applied. For one thing, the SQL statement ran just as long after applying the profile. Also, the … Continue reading
Posted in Uncategorized
3 Comments
Standalone 12c grid install example
Here are my rough screenshots from an install of 12c grid on a standalone Linux vm: pdf I’m running version 6 of Oracle’s Linux in a VMWare Player 4 gigabyte virtual machine on my Windows 7 laptop. I ran into … Continue reading
Posted in Uncategorized
Leave a comment
12c Online Table Redefinition Examples
I’ve been learning about online table redefinition in Oracle 12c. Here is a zip of some test scripts I built for my own understanding: zip I spent some time trying out DBMS_REDEFINITION on an 11.2 Exadata test system and then … Continue reading
Posted in Uncategorized
4 Comments
Create new cdb with two pdbs
Quick post. I’m messing with 12c again. I finished recreating my cdb but this time found the option to create multiple pdbs on the initial creation. I’m using DBCA. PDF with screenshots of me creating a cdb with two pdbs … Continue reading
Posted in Uncategorized
Leave a comment