Skip to Main Content

Oracle Database Discussions

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!

how to make the java classes valid

709949Nov 27 2012 — edited Nov 27 2012
Hi,

I have an issue with the Java Objects in the database which went to INVALID state after database refresh.

How to make all the invalid Java Classes to VALID without loading them again using loadjava utility.

is there any way to make them VALID?


select count(1) from all_objects where object_type like 'JAVA%' and STATUS='INVALID';

This shows me the count of invalid java objects in the database.

Thanks,
Kiran
This post has been answered by Marcus Rangel on Nov 27 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2012
Added on Nov 27 2012
6 comments
3,842 views