Key Features No Longer Supported in Oracle 23ai
Oracle regularly introduces numerous features in each version while deprecating or desupporting certain older ones. “Deprecate” means a feature will no longer receive improvements and will eventually become desupported in future versions. “Desupport” indicates that bug fixes will no longer be provided, and in some cases, the feature may become completely unusable.
Below, we review some notable features that Oracle 23ai no longer supports:
Database Upgrade Assistant (DBUA) and Manual Upgrades
From version 23ai, Oracle recommends using AutoUpgrade for database upgrades. The DBUA tool is no longer supported on Linux environments, nor are manual upgrade scripts such as catupgrd
, dbupgrade
, and catctl
. However, DBUA remains usable in Windows environments.

exp/imp Tools
Oracle states in its documentation that the exp/imp tools are no longer supported. Instead, DBAs are encouraged to use DataPump. Despite this, exp/imp tools are still present in Oracle 23.5 and can be used as follows:
[oracle@OEL9 ~]$ exp usef/q@OEL9:1521/IRANDB file=dumpTEH.dmp tables=USEF.TBL_VANAK_PRVC
Export: Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems on Tue Oct 1 11:43:57 2024
Version 23.5.0.24.07
Copyright (c) 1982, 2024, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - for Oracle Cloud and Engineered Systems
Version 23.5.0.24.07
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses AL32UTF8 character set (possible charset conversion)
About to export specified tables via Conventional Path ...
. . exporting table TBL_VANAK_PRVC 0 rows exported
Export terminated successfully with warnings. <br>
Traditional Auditing
Although Oracle introduced Unified Auditing in version 12c, Traditional Auditing remained the default. From version 23ai, Traditional Auditing is no longer supported. Pre-existing policies from earlier versions will remain active after upgrading but creating new policies will not be possible.
Data Recovery Advisor (DRA)
Introduced in version 11g, DRA allowed RMAN commands like LIST FAILURE
, ADVISE FAILURE
, and REPAIR FAILURE
to detect and fix issues such as data block corruption. This feature is fully removed in Oracle 23ai with no replacement.
RMAN> ADVISE FAILURE;
ADVISE
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "advise": expecting one of: "allocate, alter, analyze, associate statistics, audit, backup, begin, @, call, catalog, change, comment, commit, configure, connect, convert, copy, create, create catalog, create global, create or replace global, create or replace script, create script, crosscheck, declare, delete, delete from, describe, describe catalog, disassociate statistics, drop, drop catalog, drop database, duplicate, exit, explain plan, flashback, flashback table, grant, grant catalog, grant register, host, import, insert, list, lock, merge, mount, noaudit, open, print, purge, quit, recover, register, release, rename"
RMAN-01007: at line 1 column 1 file: standard input
EM Express
EM Express, introduced in 12c as a lightweight replacement for Oracle Enterprise Manager, is no longer supported in version 23ai. DBAs are advised to use Oracle Enterprise Manager Cloud Control for database monitoring and management.
Grid Infrastructure Management Repository (GIMR)
The GIMR feature, introduced in 12c for logging cluster events, became mandatory in version 12.1.0.2 and later optional in 18cR5. Deprecation started in 21c, and it is no longer supported in 23ai.
Policy-Managed Databases
Previously, Oracle RAC allowed setting databases to Policy-Managed mode, enabling dynamic resource allocation through server pools. However, Oracle deprecated this in 21c, and from version 23ai, only Admin-Managed mode is supported.
These changes reflect Oracle’s ongoing efforts to streamline and modernize its database solutions. DBAs must adapt to these updates to maintain optimal system performance.
Vahid Yousefzadeh
Oracle Database Administrator
Telegram channel :https://t.me/oracledb
Comments
Post a Comment