Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Loading Java Class Methods

715920Oct 20 2011 — edited Oct 26 2011
Dear 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2011
Added on Oct 20 2011
5 comments
343 views