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: imp/exp privilege ?

Re: imp/exp privilege ?

From: Bill Pribyl <bill_at_datacraft.com>
Date: Tue, 15 May 2001 13:08:51 -0700
Message-ID: <F001.00304206.20010515124551@fatcity.com>

"Glasrot, Nechama" wrote:

> How can I create the environment that allows UserA to export his schema, and
> UserB can import fromuser=UserA touser=UserB.

I think the BECOME USER privilege might possibly be what you're looking for.

    GRANT BECOME USER TO userb;

Does that do what you want? It is one of the many privileges that is included in the IMP_FULL_DATABASE role.

Short of that, I guess you could have a batch job that runs the import into another schema and allow the second user to read the objects in that schema...that's probably not a new thought to you, though.

Bill

--

______________________________________________
http://www.datacraft.com/    http://plnet.org/


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Pribyl
  INET: bill_at_datacraft.com

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 May 15 2001 - 15:08:51 CDT

Original text of this message

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