Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Missing Java classes after 817 to 9204 migration
I successfully migrated my database with zero errors. Before the upgrade SYS
owned
10,404 java objects. After the migration SYS owned 9,582 objects. If you
create a new 9.2.x DB you get the following counts:
SQL> select count(*), owner from all_objects where object_type like '%JAVA%' group by owner;
COUNT(*) OWNER
---------- ------------------------------
247 ODM
1 ORDPLUGINS
903 ORDSYS
9261 SYS
40 WKSYS
Does anyone know what I need to run to create these other schemas?
Thanx,
Alan Martin
Defense Logistics Info Service
![]() |
![]() |