EXP-00079: Data in table "string" 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 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.
EXP-00080
Custom Search


More Oracle errors
ORA-07602spgto: $GETJPIW failure
ORA-01576The instance string is not enabled
RMAN-06001error parsing job step library
LPX-00003duplicate entry in hash table
ORA-02216tablespace name expected
NNL-00234Auto-refresh failure-retry expiration period is currently string
PCC-02375SQL statement found outside the body of a function
PCC-01201Your Pro*C authorization is about to expire
ORA-13011value is out of range
TNS-00137Failed to get TNS error message file entry
ORA-12492DBLOW cannot be changed
ORA-34296(MXDCL36) A NUMBER dimension must be defined with a fixed precision and scale, using the form NUMBER(precision) or NUMBER(precision, scale).
ORA-00069cannot acquire lock -- table locks disabled for string
ORA-03237Initial Extent of specified size cannot be allocated in tablespace (string)
AMD-00143View name "string" must be fully qualified with the Owner.
ORA-12657No algorithms installed
QSM-01295no suitable grouping_id found in materialized view with grouping sets
ORA-34210(MXCHGDCL18) You cannot change workspace object to a dimension composite because one or more surrogates has been defined for it.
OCI-22279cannot perform operation with LOB buffering enabled
TNS-00509Buffer overflow




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
EXP-00079Data in table "string" is protected. Conventional path may only be exporting partial table.