PLS-00491: numeric literal required
Cause: A constant or variable was used where a numeric literal is required. For example, the code might look like my_ename VARCHAR2(max_len); instead of my_ename VARCHAR2(15); When specifying the maximum length of a VARCHAR2 variable, an integer literal must be used.
Action: Replace the identifier with a numeric literal.
PLS-00492
Custom Search


More Oracle errors
ORA-14320DEFAULT cannot be specified for ADD/DROP VALUES or SPLIT
ORA-28182cannot acquire Kerberos service ticket for client
SQL*Loader-00457Comparison text of CONTINUEIF LAST must have length 1 not number
ORA-36912(XSAGDNGL48) In AGGMAP workspace object, MODEL workspace object cannot be simultaneous.
ORA-43883SECUREFILE LOBs delta update invalid operation
TNS-04209Trace Assistant Internal ERROR: Type Error
ORA-09241smsalo: error allocating SGA memory
QSM-01091cost based optimizer found query rewrite is more expensive
PCC-02341host variable has illegal type
ORA-15097cannot SHUTDOWN ASM instance with connected RDBMS instance
IMP-00060Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier
ORA-19138The target type of a cast or castable expression must be an atomic type that is in the in-scope schema types and is not xs:NOTATION or xs:anyAtomicType, optionally followed by the occurrence indicator "?"; otherwise a static error is raised
QSM-02153inline view or subquery in FROM list not supported for this type MV
ORA-29531no method string in class string
NZE-28840Wallet is already open.
ORA-24395cannot reinitialize non-existent pool
RMAN-06750SPFILE cannot be backed up by proxy.
ORA-12335database (link name string) is not open
TNS-00074* status - get statistics from the process_name
PGU-41106missing left parenthesis in a 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
PLS-00491numeric literal required