Oracle Error EXP-00080: Data in table “string” is protected. Using conventional mode.

Oracle Error Message

EXP-00080: Data in table “string” is protected. Using conventional mode.

Reason for the Error

User without the execute privilege on DBMS_RLS, the access control package, tries to direct export a table that has access control enabled. Using conventional export mode instead. Note that because of access control, only a partial table may be exported.

Solution

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