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
PCC-02151Line number column number file string:
ORA-26740cannot downgrade because there are file groups
RMAN-03035Debugging turned off
IMG-00553invalid rotate value
PROC-00019Cannot create more subkeys for the key
PCC-02337cannot declare multi-dimensioned array for this type
ORA-09273szrfc: error verifying role name
PCC-01009For hostlan = COB74, a SQL statement must be followed by ELSE or "."
ORA-00250archiver not started
QSM-00710data access error in module string
ORA-12408unsupported operation: string
ORA-13759User "string" cannot remove reference "string".
DIA-48301An Invalid Incident ID was specified
ORA-15050disk "string" contains string error(s)
RMAN-20260backup piece not found in the recovery catalog
NZE-28853Initialization failure
CLSR-00528RACGONS: host and port number already configured in OCR
ORA-38910BATCH ERROR mode is not supported for this operation
RMAN-06915restore point string already exists
ORA-13838invalid ADDRESS value




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