Defining a JSP
Upload the Java code to the database
- Using the loadjava utility
- Using the DDL extension
CREATE OR REPLACE JAVA CLASS …
Provide a SQL “cover” for the method
- Cover defines SQL compatible name, arguments and return types
- Only static methods can be covered