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!

Errors triying to compile migrated JAVA CLASS

mgaspereyraJun 3 2010 — edited Jun 3 2010
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2010
Added on Jun 3 2010
1 comment
1,940 views