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