Four Oracle 23ai Enhancements Now Available in Oracle 19c (19.28)
With the latest Oracle Database 19c Release Update (RU) 19.28, several key features previously available only in Oracle 23ai are now supported. This update introduces four notable capabilities that enhance developer productivity and simplify database management. DBMS_DEVELOPER PL/SQL Package The DBMS_DEVELOPER package offers a faster, more flexible way to retrieve metadata for database objects. Instead of XML, it returns metadata in JSON format, making integration with tools and services easier. It also allows adjusting the level of detail returned, improving performance and control. IF [NOT] EXISTS Syntax Support The IF [NOT] EXISTS clause is now supported in DDL operations for creating, altering, and dropping objects. This helps avoid errors when objects already exist or don’t exist, making scripts more reliable and easier to maintain. Schema Annotations With schema annotations, developers can attach structured metadata to database objects using simple n...