RE: exporting

  • From: "Ruel, Chris" <Chris.Ruel@xxxxxxx>
  • To: "Brian.Zelli@xxxxxxxxxxxxxxx" <Brian.Zelli@xxxxxxxxxxxxxxx>, "oracle-l (oracle-l@xxxxxxxxxxxxx)" <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 11 Feb 2016 14:10:49 +0000

Brian,

It's pretty straight forward.  If you do not want to give the exporting user 
privileges to create their owner directories:

grant create any directory to <exporting_user>;

You can create the directory as a DBA/privilieged user and then grant 
permissions on it:

Privileged User> create or replace directory my_datapump_dir as '<location>';

Privileged User> grant all on directory my_datapump_dir to <exporting_user>;

--beside ALL, you can also grant READ or WRITE.

Hope that helps,

Chris..


_____________________________________________________________________
Chris Ruel * Oracle Database Administrator * Lincoln Financial Group
cruel@xxxxxxx<mailto:cruel@xxxxxxx> * Desk:317.759.2172 * Cell 317.523.8482

From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx] On ;
Behalf Of Zelli, Brian
Sent: Thursday, February 11, 2016 7:58 AM
To: oracle-l (oracle-l@xxxxxxxxxxxxx)
Subject: exporting

I am trying to export a user's schema in 11g.  I have the script set up to run. 
 It errors because of the directory.
I can't create the directory for that particular user because of insufficient 
privs.

When I run it as system and specify the schema, it isn't exporting.  How do I 
get the create priv for that user?

Brian



This email message may contain legally privileged and/or confidential 
information. If you are not the intended recipient(s), or the employee or agent 
responsible for the delivery of this message to the intended recipient(s), you 
are hereby notified that any disclosure, copying, distribution, or use of this 
email message is prohibited. If you have received this message in error, please 
notify the sender immediately by e-mail and delete this email message from your 
computer. Thank you.
Notice of Confidentiality: **This E-mail and any of its attachments may contain
Lincoln National Corporation proprietary information, which is privileged, 
confidential,
or subject to copyright belonging to the Lincoln National Corporation family of
companies. This E-mail is intended solely for the use of the individual or 
entity to
which it is addressed. If you are not the intended recipient of this E-mail, 
you are
hereby notified that any dissemination, distribution, copying, or action taken 
in
relation to the contents of and attachments to this E-mail is strictly 
prohibited
and may be unlawful. If you have received this E-mail in error, please notify 
the
sender immediately and permanently delete the original and any copy of this 
E-mail
and any printout. Thank You.**

Other related posts: