3月20日にリリース予定のJDK10では12のJEPが提案され、実装/実現される見通しです。今回注目の新機能はJEP286: Local-Variable Type Inference- ローカル変数の型省略(var記法)です。このセッションではこのJEPの解説を中心に、その他主なJEPの紹介を行います。
This document provides an introduction and overview of using Java stored procedures in Oracle databases. It discusses the advantages of using Java over PL/SQL, how to create and load Java classes into the database, how to define call specifications for Java methods, debugging and resolving issues, and using tools like Loadjava and Toad. The document is intended to educate developers on Oracle's Java stored procedure capabilities.