Steven Feuerstein provided a summary of new features in PL/SQL introduced in Oracle Database 18c. Key highlights included: qualified expressions for collections and records, whitelisting access with the ACCESSIBLE_BY clause, allowing more PL/SQL-only data types to interface with SQL, optimizing function execution directly in SQL with WITH FUNCTION, improved error handling with the UTL_CALL_STACK package, and marking elements for deprecation. The presentation described these features and provided example code.