Monthly Archives: April 2015

#Oracle #In-Memory

I started to play with in-memory to see what performance improvements I can get.  I set up four tables, zip, customers, products and sales and executed a simple queries against them. Sales has 3M rows, and customers has 110K rows, … Continue reading

Posted in Database Stuff | Tagged , , | Leave a comment

OTN Two Minute Tech Tip – SYS_CONTEXT to help secure your database

My Two minute tech tip with OTN on using sys_context to help you secure your database. We can use the values returned from sys_context along with Virtual Private Databases, Fine Grained Auditing, and Redaction to lock down the sensitive data.

Posted in Database Stuff, Security | Leave a comment