This post is dedicated to Pieter Van Puymbroeck. When using a physical standby database, you can use RMAN to backup the standby database instead of the primary. You can backup
This post is dedicated to Pieter Van Puymbroeck. When using a physical standby database, you can use RMAN to backup the standby database instead of the primary. You can backup
When granting roles to users we need to remember two things: Any child role of the granted role is granted to the user as well (and this is hierarchical) You
In many cases we see a new child cursor for existing SQL. You can see the children and their information in V$SQL (where CHILD_NUMBER identifies the child). To see the
The background story for that is long and complex, so I won’t get into it. I’ll just say that it was related to replication and I wrote a procedure to
Sometimes you get an alert from OEM but you can figure out why. It would help a lot if you could see the test and understand what exactly OEM is
In Oracle GI 18c, the OCR and Voting disks must be located on ASM. A certified NFS or 3rd party shared file system is not supported for these files (you
I’ve known this for a while but never wrote about it. In KScope19 I attended a session by Alex Nuijten and during the session he asked a question about LIKE
When you create a job using DBMS_SCHEDULER.CREATE_JOB you can specify a schema for the job (job_name => ‘my_schema.my_job’). What does it mean?
In an Oracle Data Guard configuration, the primary and standby databases can have different configurations. It’s very common to have a smaller server for the standby database (less CPUs, less
This is not my tip, but Connor Mcdonald‘s. I attended a couple of his sessions at Open World 18 and had to write about this small but really useful feature