PLS-00510: Float cannot have scale
Cause: When a FLOAT variable was declared, its precision and scale were specified, as shown in the following example: DECLARE Salary FLOAT(7,2); However, a scale for FLOAT variables cannot be specified; only a precision can be specified, as in salary FLOAT(7);
Action: Remove the scale specifier from the declaration, or declare a NUMBER variable instead.
PLS-00511
Custom Search


More Oracle errors
ORA-39201Dump files are not supported for estimate only jobs.
ORA-31414error(s) occurred during change table advance
ORA-19237XPST0017 - unable to resolve call to function - string:string
ORA-14605Name missing for subpartition / lob segment in template
NPL-00300maximum ASN.1 element nesting depth string exceeded on read
ORA-16059Log file is empty or invalid next available block
KUP-02002unexpected end of input file reached
PLS-00229Attribute expression within SQL expression
DRG-13300document size bigger than string bytes
ORA-25954missing primary key or unique constraint on dimension
QSM-02171the materialized view has a join operation in the outer UNION block
ORA-40105input data incompatible with model signature
PCC-02305illegal mixing of new and old style C function declarations
DRG-51029unexpected error in stemmer expansion: %(1)
SQL*Loader-00957Error shipping text string across 2-task
ORA-37133(XSCCOMP08) You cannot write into an aggregated VARIABLE dimensioned by a COMPRESSED COMPOSITE. Use the CLEAR AGGREGATES command to reenable write access.
EVM-00009Failed to create EVM posting connection
ORA-37173null dimension source data
ORA-39095Dump file space has been exhausted: Unable to allocate string bytes
ORA-19694some changed blocks were not found in the change tracking file




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-00510Float cannot have scale