Subscribe to Blog via Email
Join 1,053 other subscribersArchives
Category Archives: Uncategorized
Under Construction
I am moving this blog from iPage to AWS starting now. This page, bobbydurrettdba.com, might be down, or you might see certificate errors. This is just me. I will put up an all clear post when it is done. Bobby
Posted in Uncategorized
Leave a comment
Column Masking Testcase
I put together a quick testcase to show myself how to use DBMS_RLS on 11.2.0.4 to mask a column. If you would like to run it or see the output it is here: test case zip. I ran the test … Continue reading
Posted in Uncategorized
Leave a comment
Configure listener for dedicated with shared servers
I did a little research yesterday and I am writing this post to document what I learned so I can remember it and since I could not easily find this information. I have a database that uses shared servers and … Continue reading
Posted in Uncategorized
Leave a comment
Querying Many Databases in Parallel in Python
I have some Python scripts that I use to access a bunch of databases to gather information such as the size of the database. Usually it is not that important how long they take so I have been running queries … Continue reading
Posted in Uncategorized
2 Comments
Cleaned out my desk…due to COVID-19 remote work
I guess I have had a desk in an office since around Summer 1990 when I first reported for work in San Bernardino. I have moved offices multiple times including across the country twice and did not have a desk … Continue reading
Posted in Uncategorized
Leave a comment
AWR and V$ Scripts for a SQL_ID
Quick note to myself. If I am tuning a query by its SQL_ID I use these scripts: From AWR: findsql.sql – finds SQL_ID of queries that match certain strings sqlstat.sql – shows execution history of SQL_ID getplans.sql – shows all … Continue reading
Posted in Uncategorized
2 Comments
Python Formatted Print
I wanted to write a quick post to document how to format nice columns in Python. Mainly I want to remember this myself and if I put it on my blog, I can find it quickly. There are probably better … Continue reading
Posted in Uncategorized
Leave a comment
SQL Profile example when best plan not clear
I resolved another production performance issue with a SQL Profile yesterday. I have several posts about SQL Profiles, so I do not want to be redundant, but this case was a little different because it was not clear that I … Continue reading
Posted in Uncategorized
Leave a comment
Upgrade Data Migration Choices – HP to Linux
1. Introduction I just finished moving and upgrading an Oracle database from 11.2.0.4 on HP Unix Itanium to 19c on x86-64 Linux on VMWare along with an army of coworkers on our project team. I want to use this post … Continue reading
Posted in Uncategorized
4 Comments
Elementary, my dear DBA!
I read all the Arthur Conan Doyle Sherlock Holmes stories and have recently watched a couple Star Trek The Next Generation stories with the android Data pretending to be Holmes and it gave me the idea for this post about … Continue reading
Posted in Uncategorized
3 Comments