Errors triying to compile migrated JAVA CLASS
Hi folks!
I've exported an schema from Oracle 9.2.0.2 and imported it on Oracle 11.2.01.0
When I check import log file I found several errors, so I check the objects status with the following query:
select 'alter '||OBJECT_TYPE||' '||OWNER||'.'||OBJECT_NAME||' compile;' from dba_objects where STATUS ='INVALID'
And, among others, I've a lot of java classes on invalid state.
When I try to recompile them, I get the following error:
SQL> alter JAVA CLASS /43607b10_SQLServerLicense compile;
alter JAVA CLASS /43607b10_SQLServerLicense compile
*
ERROR at line 1:
ORA-29501: invalid or missing Java source, class, or resource name
Do you have any suggestion?
Thanks in advance.