RMAN-00578: pipe string is not private and owned by SYS
Cause: The pipe that RMAN needs to use for its input or output is either a public pipe or a private pipe that is not owned by SYS. This is a potential security problem, because it allows a non-SYS user to issue commands to RMAN or to retrieve the RMAN output.
Action: If you are attempting to put data on the RMAN input pipe prior to starting RMAN, so RMAN will process the data on the pipe as soon as it starts, you must be connected as SYS and you must first use the DBMS_PIPE.CREATE_PIPE function to explicitly create the pipe as a private pipe.
RMAN-00579
Custom Search


More Oracle errors
ORA-09217sfsfs: failed to resize file
SQL*Loader-00414no columns to load for table string
ORA-14453attempt to use a LOB of a temporary table, whose data has alreadybeen purged
ORA-23602Invalid streams process type string
ORA-00040active time limit exceeded - call aborted
ORA-22898existing scope clause on "string" points to a table other than the one mentioned in the referential constraint
ORA-12722regular expression internal error
ORA-19597file string block size string does not match set block size of string
ORA-02180invalid option for CREATE TABLESPACE
PCC-02407Object and REF types do not match
ORA-01873the leading precision of the interval is too small
ORA-09740slsget: cannot get virtual memory region statistics.
NNL-00932Requests refused, type syntax mismatch: number
NZE-28786decryption of encrypted private key failure
LPX-00259invalid notation declaration
ORA-37162OLAP error
PLS-00598comparison of object with NULL using "string" is not allowed
TNS-12648Encryption or data integrity algorithm list empty
NZE-29018The premaster secret contains an incorrect version number.
QSM-01027materialized view, string, is unusable




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
RMAN-00578pipe string is not private and owned by SYS