PLS-00125: type name expected
Cause: When a constant or variable was declared, its datatype was not specified. For example, the code might look like pi CONSTANT := 3.14159; -- should be CONSTANT REAL := 3.14159 Every constant and variable must have a datatype, which specifies a storage format, constraints, and valid range of values.
Action: Supply the type name
PLS-00126
Custom Search


More Oracle errors
ORA-28038disallow O2LOGON
SQL*Loader-00525OCI return status: success
PLS-00536Navigation through REF variables is not supported in PL/SQL.
ORA-41603invalid privilege type
DIA-48507Predicate Not Allowed during Import
DIA-48145invalid seek location, [string], [string]
DRG-11522no row exists for the text key(s) specified
RMAN-04027unable to write to a temporary file: "string"
AMD-00135measure #string: RDBMS measure column data type not specified
ORA-07640smsget: SGA not yet valid. Initialization in progress
ORA-29802missing CONTEXT keyword
PCC-02453Must use option SQLCHECK=SEMANTICS(FULL) when option OUTLINE is used
ORA-08193Flashback Table operation is not allowed on temporary tables
ORA-02303cannot drop or replace a type with type or table dependents
ORA-14404partitioned table contains partitions in a different tablespace
RMAN-06518backup will be obsolete on date string
ORA-13794execution type mismatch
ORA-24324service handle not initialized
ORA-31648Timeout before master process string finished initialization.
PGA-22004length of the total message value (number) not within valid range (number:number)




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-00125type name expected