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!

Invalid JAVA CLASSES after import

532692Oct 15 2007 — edited Nov 15 2007
Hi

We are having a problem when importing a database schema into a different schema.

The import proces leaves the resolver for the original schema, thus leaving the object invalid.
Originally the object belonged to USER1 and the declaration was:
CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "PRUEBA1" AS
after the import it is:
CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "PRUEBA1" RESOLVER ((* USER1)(* PUBLIC)) AS
When I try to resolve it I get the following:
SQL> alter java class "PRUEBA1" resolve; 
alter java class "PRUEBA1" resolve
                 *
ERROR en lĂ­nea 1:
ORA-00600: internal error code, arguments: [26599], [1], [148], [], [], [], [],
[]
Any ideas? In metalink I found someone suggesting to reinstall the JVM but should this be done? every time? Besides that was for version 8 and I am using 10g, not sure if this has been an issue since 8 and just hasn't seemed important enough to resolve it or I am just missing something.

Message was edited by:
Natalia
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2007
Added on Oct 15 2007
3 comments
1,389 views