Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Missing Java classes after 817 to 9204 migration

Re: Missing Java classes after 817 to 9204 migration

From: Catherine LeBlanc <cleblan2_at_abacus.bates.edu>
Date: Tue, 02 Mar 2004 14:32:27 -0500
Message-Id: <6.0.3.0.0.20040302142956.03756ec0@abacus.bates.edu>



This is what I have in a new 9.2.0.4 database created from dbca
scripts:

COUNT(*) OWNER
-------- ----------
       1 ORDPLUGINS
     904 ORDSYS
    9542 SYS
      40 WKSYS

At 01:02 PM 3/2/2004, Martin, Alan (Contractor) (DLIS) wrote:

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
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request@freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- Received on Tue Mar 02 2004 - 13:29:58 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US