Loading Java Class Methods
715920Oct 20 2011 — edited Oct 26 2011Dear all,
according to Oracle Database Advance Application Developer's Guide 11g rel2, there are two ways to create a class libunit in a schema, one is by executing CREATE JAVA CLASS USING BFILE, which means load the class directly from OS file into the schema. The other is by using LoadJava command, then uses CREATE JAVA statement to load the files into the schema.
My question is how can I achieve the second way? What is the exact CREATE JAVA statement? Why doing the second choice if the first one takes less step?
Best regards,
Val