Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps

Tuesday, April 1, 2008

How to compile a java class in Oracle database

The short answer is:

alter java class "java class name" resolve;

For example: alter java class "/e6bc455_DocumentGenerator" resolve;

The long answer is given in the post titled "Long road to loadjava" in Frederic Tang's blog.

The following metalink notes describe some well known invalid java classes:

363679.1
301345.1
339962.1
471901.1

1 comment:

nvs said...

This is not working..any idea why? it says does not exist when i try to run this command from TOAD.

alter java class "/crp_oraapp/cmpcrp2/apps/apps_st/comn/java/classes/oracle/apps/inv/invtxn/server/SubXferFunction" resolve