RE: export fails with an EXP-0079 ERROR

2001-06-18 Thread Deshpande, Kirti

May be this helps identifying what's going on :

EXP-00079 Data in table "%s" is protected. Conventional path may only be
exporting partial table.

 Cause: User without the execute privilege on DBMS_RLS, the access control
package, tries to export a table that has  access control. Since table owner
is also subjected to access control, the owner may not be able to export all
rows in  the table, but only the ones he can see. Also, to preserve
integrity of the table, user exporting the table should have  enough
privilege to re-create the table with the security policies at import time.
Therefore, it is strongly recommended the  database administrator should be
handling exporting of this table. Granting the table owner execute privilege
would also  satisfy this security check, though it might have other security
implications. If the table does not have objects, can use  direct mode.

  Action: Ask the database administrator to export/import this table/view.


 Regards,

- Kirti Deshpande 
  Verizon Information Services
   http://www.superpages.com

> -Original Message-
> From: Seema Singh [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, June 18, 2001 11:37 AM
> To:   Multiple recipients of list ORACLE-L
> Subject:  export fails with an EXP-0079 ERROR
> 
> Hi
> I am getting the following error message.
> EXP-00079: Data in table "RRR" is protected. Conventional path may
> 
> only be exporting partial table.
> I am unable to export from system user with full=y option.I am able to 
> export from sys user.How can I  export from system user.
> Thanks
> -Seema
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Seema Singh
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deshpande, Kirti
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



Re: export fails with an EXP-0079 ERROR

2001-06-18 Thread Vladimir Begun

On Jun 18, 2001 at 08:36:36AM, Seema Singh wrote:
> Hi
> I am getting the following error message.
> EXP-00079: Data in table "RRR" is protected. Conventional path may 
> only be exporting partial table.
> I am unable to export from system user with full=y option.I am able to 
> export from sys user.How can I  export from system user.

You have enabled fine grained access control. Only user sys can
export your data.

-- 
Vladimir Begun   | "Cogito ergo I'm right and you're wrong."
http://vbegun.net/   |  -- Blair Houghton
http://vbegun.net/wap/   | 
[EMAIL PROTECTED]| 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Vladimir Begun
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



export fails with an EXP-0079 ERROR

2001-06-18 Thread Seema Singh

Hi
I am getting the following error message.
EXP-00079: Data in table "RRR" is protected. Conventional path may 
only be exporting partial table.
I am unable to export from system user with full=y option.I am able to 
export from sys user.How can I  export from system user.
Thanks
-Seema
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Seema Singh
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).