KUP-04084: The ORACLE_DATAPUMP access driver does not support the ROWID column.
Cause: A query of an external table of type ORACLE_DATAPUMP tried to reference the ROWID column. The ORACLE_DATAPUMP access driver does not support ROWIDs.
Action: Remove the ROWID from the query. If that is not possible, create a table in the database with the same columns as the external table, copy the data from the external table into the newly created table, and use that new table for the query.
KUP-04085
Custom Search


More Oracle errors
ORA-38854cannot mark instance string (redo thread string) as disabled
RMAN-08046channel string: starting compressed full datafile backup set
RMAN-08049channel string: starting compressed archived log backup set
TNS-12631Username retrieval failed
ORA-07642smprtset: $CMKRNL failure
ORA-31073Resource not retrieved using path name
ORA-36267(XSCGMDLAGG09) workspace object has no dimensions, so it cannot have a qualified data reference.
ORA-22882object creation failed
ORA-31667parameter name can not be defaulted
PGU-20005unable to commit PG DD changes
ORA-02708osnrntab: connect to host failed, unknown ORACLE_SID
SQL*Loader-00270TERMINATED BY EOF valid only for CHAR or RAW datatypes
ORA-01279db_files too large
PLS-00228Illegal declaration of variable of type LONG
ORA-25005cannot CREATE INSTEAD OF trigger on a read-only view
RMAN-05514Tablespace string has undo information, cannot skip
PGU-00319cannot locate pgau configuration file, string
ORA-34840(OPCREATE01) The string option must be declared with datatype string.
ORA-31208DBMS_LDAP: PL/SQL - Invalid LDAP Message.
ORA-10920Cannot offline tablespace belonging to default temporary tablespace group




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
KUP-04084The ORACLE_DATAPUMP access driver does not support the ROWID column.