September 2011
Intermediate to advanced
468 pages
15h 37m
English
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 ...
Read now
Unlock full access