ORA-30553: The function is not deterministic
Cause: The function on which the index is defined is not deterministic
Action: If the function is deterministic, mark it DETERMINISTIC. If it is not deterministic (it depends on package state, database state, current time, or anything other than the function inputs) then do not create the index. The values returned by a deterministic function should not change even when the function is rewritten or recompiled.
ORA-30554
Custom Search


More Oracle errors
ORA-14293Number of partitioning columns does not match number of subpartitioning columns
ORA-30002SYS_CONNECT_BY_PATH function is not allowed here
PLS-00233function name used as an exception name in when clause
PGU-39514OC %7ls cursor %2li %3ls, rows string, rc string
ORA-26672timeout occurred while stopping STREAMS process string
O2I-00130Invalid Java file name
ORA-37086string is not a valueset
ORA-15502cannot stop workload capture on instance string
ORA-47202error creating Integration Policy Factor for factor string and policy string, string
DRG-10843invalid WEIGHT argument supplied to FUZZY
ORA-13290the specified unit is not supported
DRG-12006Plase enter account:
ORA-25252listen failed, the address string is a non-persistent queue
QSM-01039selection present on right hand side of an outer join
ORA-16162Cannot add new standby databases to protected configuration
ORA-29655USING clause is incompatible with its supertype
ORA-02817Read failed
NNL-00973Query state: number
ORA-22913must specify table name for nested table column or attribute
ORA-24164invalid rule engine system privilege: string




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
ORA-30553The function is not deterministic