Title: RE: Export question on excluding certain schema
Missed that too ...
 
Thanks Jacques
 
Raj
______________________________________________________

Rajendra Jamadagni              MIS, ESPN Inc.

Rajendra dot Jamadagni at ESPN dot com

Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

QOTD: Any clod can have facts, but having an opinion is an art!

-----Original Message-----
From: Deshpande, Kirti [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 05, 2002 4:09 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: Export question on excluding certain schema

Thanks for the info. Learned something new.
 
Dennis : That proves I am no expert ;) 
 
- Kirti
 
-----Original Message-----
From: Jacques Kilchoer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 05, 2002 2:29 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: Export question on excluding certain schema

Also, by default, in Oracle 8.1.6 MDSYS and CTXSYS are already excluded from the export, so no editing of catexp.sql is needed to do what the original poster wanted to do.

# grep MDSYS $ORACLE_HOME/rdbms/admin/catexp.sql  
        u$.name not in ('ORDSYS', 'MDSYS', 'CTXSYS', 'ORDPLUGINS')
             u.name not in ('ORDSYS', 'MDSYS', 'CTXSYS', 'ORDPLUGINS')
              u1$.name not in ('ORDSYS', 'MDSYS', 'CTXSYS', 'ORDPLUGINS')
             'ORDSYS', 'MDSYS', 'CTXSYS', 'ORDPLUGINS')
             ue$.name not in ('ORDSYS', 'MDSYS', 'CTXSYS', 'ORDPLUGINS')
             s$.owner not in ('ORDSYS', 'MDSYS', 'CTXSYS', 'ORDPLUGINS')
      AND  u.name not in ('ORDSYS', 'MDSYS', 'CTXSYS', 'ORDPLUGINS')

*********************************************************************This e-mail 
message is confidential, intended only for the named recipient(s) above and may 
contain information that is privileged, attorney work product or exempt from 
disclosure under applicable law. If you have received this message in error, or are 
not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 
and delete this e-mail message from your computer, Thank 
you.*********************************************************************2


Reply via email to