Oracle 18c New Features
Oracle 18c New Features
ALTER SYSTEM CANCEL SQL : Cancel a SQL Statement in a Session in Oracle Database
18c - The ability to cancel a SQL statement using the ALTER SYSTEM CANCEL SQL
statement was introduced in Oracle Database 18c as an alternative to killing a
rogue session.
Data Guard Physical Standby Setup Using the Data Guard Broker in Oracle Database
18c - This article contains an example of setting up a physical standby database
for Oracle 18c using the Data Guard Broker.
Data Pump (expdp, impdp) Enhancements in Oracle Database 18c - This article gives
an overview of the Data Pump enhancements in Oracle Database 18c.
Encrypt Sensitive Credential Data in the Data Dictionary in Oracle Database 18c -
This article gives an overview of encrypting sensitive credential data in the data
dictionary. This feature was introduced in Oracle database 18c.
Inline External Tables in Oracle Database 18c - Oracle Database 18c allows you to
access data in flat files using an inline external table defined in a SELECT
statement.
JSON Data Guide Enhancements in Oracle Database 18c - This article covers the
enhancements to the JSON Data Guide functionality in Oracle Database 18c.
JSON Support Enhancements in Oracle Database 18c - Oracle 18c includes several
enhancements to the JSON functionality in the database. This article details some
of them, as well as linking to separate articles on others.
Multitenant : CDB Fleet Management in Oracle Database 18c - Oracle 18c allows you
to monitor multiple container databases centrally as a fleet.
Multitenant : DBCA PDB Clone and DBCA CDB Duplicate in Oracle Database 18c - In
Oracle 18c it's now possible to clone a pluggable database (PDB) and duplicate a
container database (CDB) using the Database Configuration Assistant (DBCA).
Multitenant : PDB Snapshot Carousel in Oracle Database 18c - Oracle 18c introduced
the concept of a snapshot carousel, which is a series of point-in-time copies, or
snapshots, of a PDB.
Multitenant : Refreshable PDB Switchover in Oracle Database 18c - Oracle 18c allows
you to switch the roles of a source PDB and a refreshable PDB.
Multitenant : Usable Backups of Non-CDBs and Relocated PDBs in Oracle Database 18c
- Oracle 18c allows backups prior to the non-CDB to PDB conversion to be used as
preplugin backups by making the backup metadata available to the destination CDB
instance.
Online MERGE PARTITION and MERGE SUBPARTITION in Oracle Database 18c - In Oracle
Database 18c the MERGE PARTITION and MERGE SUBPARTITION operations on heap tables
can be performed online so they don't block DML.
Oracle SQL and PL/SQL Enhancements in Oracle Database 18c - This page provides
links to all the separate articles on SQL and PL/SQL enhancements in Oracle
Database 18c.
Private Temporary Tables in Oracle Database 18c - Oracle 18c introduced the concept
of a private temporary table, a memory-based temporary table that is dropped at the
end of the session or transaction depending on the setup.
Read-Only Oracle Homes in Oracle Database 18c - Oracle 18c introduced the concept
of a read-only Oracle home, where all configuration and log files can be kept
separate from the Oracle binaries.
Scheduler (DBMS_SCHEDULER) Enhancements in Oracle Database 18c, 19c and 21c - This
post summarises the enhancements to the scheduler in Oracle Database 18c, 19c and
21c.
Schema Only Accounts in Oracle Database 18c - Schema only accounts don't allow
direct connections, so administration of their objects is done via a DBA user or a
proxy user.
Simple Oracle Document Access (SODA) for PL/SQL in Oracle Database 18c - This
article gives an overview of the Simple Oracle Document Access (SODA) for PL/SQL
functionality in Oracle Database 18c.
TREAT(... AS JSON) in Oracle Database 18c - In Oracle 18c the TREAT function can be
used in SQL to change the declared type of an expression to JSON, where the
expression is an object containing JSON data.
TO_UTC_TIMESTAMP_TZ Function in Oracle Database 18c - Oracle 18c introduced the new
TO_UTC_TIMESTAMP_TZ function to help deal with ISO 8601 date strings.