Latest Posts
-
Wrong Results with nchar & flash cache
Recently a security maintenance was applied to our Exadata Cloud Infrastructure system. As part of this, storage cells were upgraded to OSS_25.1.5.0.0_LINUX.X64_250530.
-
SQLcl - AWR Command
So you want to run an AWR report, but don’t want to go through Enterprise Manager, or perhaps it’s not installed or accessible.
-
Synonyms
While setting up a new environment, I learned something new regarding how Oracle handles synonyms. First, I will demonstrate the behaviour I encountered.
-
SQLcl - Connection Manager - Folders
In SQLcl version 25 the connection manager now includes support for folders. Let’s see how this works, we’ll be using the six connections configured below:
-
SQLcl - Connection Manager - Basics
The connection manager is a tool built into SQLcl to manage connections (as the name would imply). We can use
conmgr
orcm
if we want...