PLS-00230: OUT and IN OUT formal parameters may not have default expressions
Cause: When the formal parameters of a procedure were declared, an OUT or IN OUT parameter was initialized to a default value, as in PROCEDURE calc_bonus (bonus OUT REAL := 0, ...) IS ... However, only IN parameters can be initialized to default values.
Action: Remove the illegal default expression.
PLS-00232
Custom Search


More Oracle errors
LPX-01056[XQST0056]
ORA-12202TNS:internal navigation error
PLS-00563illegal use of CAST expression
ORA-06779TLI Driver: error reading ccode
PCC-00028Option "string" not legal as EXEC ORACLE OPTION
ORA-44324no <count> argument to string option
LPX-01083[XQST0083]
DRG-12302invalid column list
RMAN-06914BLOCK string must be greater or equal to BLOCK string
ORA-22345recompile type string.string before attempting this operation
QSM-01127query rewritten with materialized view(s), string
ORA-25154column part of USING clause cannot have qualifier
ORA-47002error creating Factor Type string, string
ORA-29260network error: string
DRG-52109error in reading thesaurus
PROC-00038Requested block number is not allocated from Oracle Cluster Registry
DIA-48167invalid argument for checking ADR initialization
PLS-00360cursor declaration without body needs return type
ORA-47222error creating Label string for Identity string.string under OLS Policy string, string
QSM-01279query rewrite not possible because DML operation occurred on a table referenced by materialized view 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
PLS-00230OUT and IN OUT formal parameters may not have default expressions