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: Export

RE: Export

From: Hamid Alavi <HamidA_at_aimdirect.co.nz>
Date: Wed, 20 Sep 2000 12:45:05 +1200
Message-Id: <10624.117407@fatcity.com>


Babu,
Can i read from dba_users and select all users except one(eg select username from dba_users where username !='schemaX') and use this in my export as a query for select username, otherwise i have to add all users except one. Any way thanks for your help.

-----Original Message-----
From: Janardhana Babu [mailto:jbdonga_at_ucdavis.edu] Sent: Wednesday, 20 September 2000 12:42 To: Multiple recipients of list ORACLE-L Subject: RE: Export

Hamid,
Try this:

OWNER=(schemaA,schemaB,schemaC)

You must have EXP_FULL_DATABASE role granted to succeed.

-----Original Message-----
Sent: Tuesday, September 19, 2000 5:30 PM To: Multiple recipients of list ORACLE-L

Hi lists,
Is there any way to export a list of schemes and exclude some or not? EG: Export schemaA,schemaB,schemaC but not shemaD..... Hamid Alavi
DDI 3610148
FAX 3610102
111 Franklin RD Freemans Bay Auckland

--

Author: Hamid Alavi
  INET: HamidA_at_aimdirect.co.nz

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Author: Janardhana Babu
  INET: jbdonga_at_ucdavis.edu
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Sep 19 2000 - 19:45:05 CDT

Original text of this message

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