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: Janardhana Babu <jbdonga_at_ucdavis.edu>
Date: Wed, 20 Sep 2000 11:30:24 -0700
Message-Id: <10625.117481@fatcity.com>


Hamid,

I don't think you can use the query in owner=(...) clause. You need to list the schema names explicitly in the "owner=" parameter.

-----Original Message-----
From: Hamid Alavi [mailto:HamidA_at_aimdirect.co.nz] Sent: Tuesday, September 19, 2000 6:50 PM To: Multiple recipients of list ORACLE-L Subject: RE: Export

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-----
Sent: Wednesday, 20 September 2000 12:42 To: Multiple recipients of list ORACLE-L

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).
--

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 Received on Wed Sep 20 2000 - 13:30:24 CDT

Original text of this message

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