8i | 9i | 10g | 11g | 12c | 13c | 18c | 19c | 21c | 23ai | 24ai | 26ai | Misc | PL/SQL | SQL | RAC | WebLogic | Linux

Latest Articles

Oracle AI Database 26ai Free RPM Installation On Oracle Linux 9 (OL9)
This article describes the RPM installation of Oracle AI Database 26ai Free 64-bit on Oracle Linux 9 (OL9) 64-bit.

Oracle AI Database 26ai Free RPM Installation On Oracle Linux 8 (OL8)
This article describes the RPM installation of Oracle AI Database 26ai Free 64-bit on Oracle Linux 8 (OL8) 64-bit.

Non-Positional INSERT INTO SET and INSERT INTO BY NAME Clauses in Oracle Database 23ai
Oracle database 23ai gives us variations on the traditional INSERT INTO VALUES and INSERT INTO SELECT syntax. The new variations make code simpler and more readable.

UUID() Function in Oracle Database 23ai
Oracle database 23ai (23.9) introduced the UUID() function that returns a 128-bit universal unique identifier, which can be used to generate a primary key value.

GROUP BY ALL in Oracle Database 23ai
Oracle database 23ai (23.9) introduces the ALL keyword to simplify the GROUP BY clause.

Materialized Virtual Columns (Expression Columns) in Oracle Database 23ai
In Oracle Database 23ai (23.7) we have the option to materialize the virtual column value. This increases disk space usage, but reduces the need to repeatedly regenerate the values, while allowing it to remain correct through DML operations.

Dynamic Statistics for PL/SQL Functions in Oracle Database 23ai
Oracle database 23ai (23.8) gives us multiple layers of control over dynamic statistics in relation to PL/SQL functions. This article demonstrates how that control works.

JSON Type Modifier Enhancements in Oracle Database 23ai
Oracle database 23ai (23.8) allows greater control over the contents of JSON columns stored in the database using JSON type modifiers.