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



EXP-00079: Data in table "string" is protected. Conventional path may only be exporting p..

Answer / guest

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

Please add more information about this Error

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

PCB-00303: Dynamic SQL and PL/SQL are Oracle extensions to ANSI SQL

1 Answers  


ORA-32641: invalid expression in MODEL rule ORDER BY clause

1 Answers  


DGM-17002: Primary database can not be removed.

1 Answers  


ORA-07280: slsget: unable to get process information.

1 Answers  


ORA-01557: rollback segment extents must be at least string blocks

1 Answers  






PLS-01470: The escape character in the like-predicate must be a literal or a variable of type CHAR

1 Answers  


PLS-00551: character set ANY_CS is only allowed on a subprogram parameter

1 Answers  


TNS-00554: write failed

1 Answers  


ORA-15125: ASM file name 'string' contains an invalid template name

1 Answers  


ORA-38460: filtering based on datatype "string" not supported for XML Tags

1 Answers  


ORA-21708: inappropriate operation on a transient object

1 Answers  


ORA-15063: diskgroup "string" lacks quorum of string PST disks; string found

1 Answers  


Categories