Take care with Read-Only partitions in 18c
The ability for part of a table to be read-only and other parts of the same table to allow full
The ability for part of a table to be read-only and other parts of the same table to allow full
I must say this Release Update (RU) was probably the smoothest I’ve ever done. Obviously you should always read the
Let me start with the idiotic part first. That part would be…. me! I’ll create an external table which reads
If you cannot wait for a fully autonomous offering, and you’ve jumped into the 20c preview release on Oracle Cloud,
This is a followup to yesterdays post on DBMS_JOB and is critical if you’re upgrading to 19c soon. Mike Dietrich
Advance warning: This post is a just another normal Friday morning rant. If you’re not interested in my pontificating, move
It’s a simple requirement. We want to transform this: SQL> select deptno, ename 2 from emp 3 order by 1,2;