Test Application Authentication, Phase 2
If you haven't already, execute the script to create the stub inner class for TestOracleJavaSecure
in Oracle database.
Note Execute the script in TestOracleJavaSecure.sql on the Oracle database.
You can query Oracle database to see the Java structures that you have just created. There will be one Java structure for the TestOracleJavaSecure
outer class, and one for the inner class, resembling this list. Here's the query to execute:
SELECT * FROM SYS.ALL_OBJECTS WHERE OBJECT_TYPE = 'JAVA CLASS' AND OWNER = 'APPSEC';
testojs/TestOracleJavaSecure
/545c0b44_TestOracleJavaSecure
Next, edit and compile the ...
Get Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.