how to make the java classes valid
709949Nov 27 2012 — edited Nov 27 2012Hi,
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