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: Yosi Greenfield <yosi_at_comhill.com>
Date: Wed, 20 Sep 2000 12:20:03 -0400
Message-Id: <10625.117464@fatcity.com>


you could create the exp parameter file from SQL*Plus using utl_file or even just spooling, and make the owner= part the result of a SQL query on dba_users.

hth,

yosi

HamidA_at_aimdirect.co.nz wrote:

> 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.
>
> -- Janardhana Babu
>
> -----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
> also send the HELP command for other information (like subscribing).

--
Thanks,

Yosi


---------------------------------------------------------
Received on Wed Sep 20 2000 - 11:20:03 CDT

Original text of this message

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