Oracle 21c New Features
Oracle 21c New Features
ANY_VALUE Aggregate Function in Oracle Database 21c - The ANY_VALUE function allows
us to safely drop columns out of a GROUP BY clause to reduce any performance
overhead.
Attention Log in Oracle Database 21c - The attention log is a JSON formatted file
introduced in Oracle 21c to capture critical events, making system diagnostics
easier.
Data Guard Physical Standby Setup Using the Data Guard Broker in Oracle Database
21c - This article contains an example of setting up a physical standby database
for Oracle 21c using the Data Guard Broker.
Data Guard : The PREPARE DATABASE FOR DATA GUARD Command in Oracle Database 21c -
The PREPARE DATABASE FOR DATA GUARD command simplifies the setup of the primary
database when configuring Data Guard in Oracle database 21c.
Data Pump (expdp, impdp) Enhancements in Oracle Database 21c - This article gives
an overview of the Data Pump enhancements in Oracle Database 21c.
Data Pump Export (expdp) to and Import (impdp) From Cloud Object Stores in Oracle
Database 21c - Data Pump supports cloud object stores as a dumpfile location for
on-prem installations from Oracle 21c onward.
DBMS_CLOUD : Installation on 19c and 21c On-Prem Databases - This article describes
how to install the DBMS_CLOUD package in on-prem 19c and 21c databases.
DBMS_CLOUD Package - This article describes the basic usage of the DBMS_CLOUD
package.
DBMS_XPLAN : Compare Execution Plans in Oracle Database 19c and 21c (COMPARE_PLANS,
COMPARE_CURSORS and COMPARE_EXPLAIN) - This article demonstrates how to compare
execution plans using the DBMS_XPLAN package in Oracle Database 19c and 21c.
FOR LOOP Iteration Enhancements in Oracle Database 21c - The FOR LOOP iteration
control has been enhanced in Oracle database 21c, making it much more flexible.
JSON Support Enhancements in Oracle Database 21c - Oracle 21c includes several
enhancements to the JSON functionality in the database. This post acts as a links
page to separate articles on each feature.
JSON Data Type in Oracle 21c - The JSON data type was introduced in the Oracle 20c
preview release to provide native JSON support and improve the performance of JSON
processing. It has become generally available in Oracle 21c.
Multitenant : Common Mandatory Profiles in the CDB Root in Oracle Database 21c -
This article demonstrates using a common mandatory profile to enforce password
complexity in all PDBs without affecting existing user-level profiles.
Multitenant : Dynamic CPU Scaling - Resource Manager Control of CPU using CPU_COUNT
and CPU_MIN_COUNT - Resource Manager can control CPU usage in PDBs using the
CPU_COUNT and CPU_MIN_COUNT parameters. Oracle call this Dynamic CPU Scaling.
Oracle Cloud : Autonomous Database (ADW or ATP) - Export Data to an Object Store
(expdp) - This article demonstrates how to export data from an Autonomous Data
Warehouse (ADW) or Autonomous Transaction Processing (ATP) service on the Oracle
Cloud using the expdp utility.
Oracle SQL and PL/SQL Enhancements in Oracle Database 21c - This page provides
links to all the separate articles on SQL and PL/SQL enhancements in Oracle
Database 21c.
Space Management Enhancements in Oracle Database 21c - This article describes the
space management enhancements in Oracle database 21c.
SQL Macros in Oracle Database 21c - SQL Macros improve code reuse by factoring out
common expressions and statements into reusable components.
SQL Set Operator Enhancements (EXCEPT, EXCEPT ALL, MINUS ALL, INTERSECT ALL) in
Oracle Database 21c - Oracle 21c includes a number of enhancements to SQL set
operators including EXCEPT, EXCEPT ALL, MINUS ALL and INTERSECT ALL.
Upgrade Non-CDB to Oracle Database 21c (Manual) - Replay Upgrade - This article
provides an overview of a manual upgrade of an existing non-CDB database to Oracle
21c using Replay Upgrade.
Upgrade the Database Time Zone File Online Using the DBMS_DST Package - The
DBMS_DST package was introduced to simplify the process of upgrading the database
time zone file, as well as the time zone data based on new time zone file.