Author: Stefan Knecht

Mind your rdbms/audit on 12c

Stefan Knecht, Pythian Solutions Architect, discusses rdbms/audit on 12c.

Read More >

RHEL vs OEL: Back in The Cold War?

Stefan Knecht discusses OEL and RHEL and the need to find clarity on reoccurring issues.

Read More >

ASM nternals: tracking down failed ASM reads

Stefan Knecht, Pythian Solutions Architect, encountered some issues while mapping ASM allocation units (AU) to database extents. It’s not easy to find a clear cut solution, but he’s done some digging to make your life easier.

Read More >

Why locking Oracle accounts is a bad idea

Oracle DBA and Consultant Stefan Knecht discusses how Oracle handles a failed login attempt when an account is locked, and in turn, why locking these accounts is a bad idea.

Read More >

Advanced compression option caveat in Oracle 12c

  Oracle 12c introduced a new capability to move a partition online, without any interruptions to DML happening at the same time. But, there’s a catch. So far we’ve been able to use basic table compression without having to worry…

Read More >

ORA-10173: Dynamic sampling time-out error

  Recently on a heavily used and freshly upgraded 12.1.0.2 ware-house type database, we started seeing lots of ORA-10173 dumped into the alert log. The information out there on this error is somewhat sparse, and it is often linked to…

Read More >

High “cursor: pin S wait on X” waits?

If your system meets any of the following criteria: – Oracle 12.1.0.2.0 or higher – Partitioned tables – Parallel query heavily used – Bind variables in use, as they should be and, you’re seeing unusually high “cursor: pin S wait…

Read More >

12c: fun with WITH!

Last night I couldn’t sleep and what else you’re going to do? I was thinking about Oracle stuff. In Oracle version 12, Oracle has enhanced the WITH clause – traditionally used for sub-query factoring – to allow the declaration of functions and…

Read More >

In-Memory Column Store: 10046 may be lying to you!

The Oracle In-Memory Column Store (IMC) is a new database option available to Oracle Database Enterprise Edition (EE) customers. It introduces a new memory area housed in your SGA, which makes use of the new compression functionality brought by the…

Read More >

Why was SSHD refusing my key?

I was contacted by a colleague about a problem he was having. “I’m trying to set up something simple which I’ve done millions of times, but it’s not working. I might be missing something obvious.” The issue was that the…

Read More >