Ramin Orujov gave a presentation on new features in Oracle Database 12c for developers. He discussed new SQL features like using sequences as default column values, identity columns supporting 32K limits for VARCHAR2 and NVARCHAR2 data types, and LIMIT and OFFSET for paging. New PL/SQL features included returning result sets from procedures, modularity with the ACCESSIBLE BY clause, and result caching for invoker rights functions. For Java, the presentation covered PL/SQL boolean support in JDBC and package-level collection support.