PLS-00258: constrained datatypes disallowed in CALL Specifications
Cause: A call specification for C or Java cannot have constraints on the PL/SQL formal parameter types. PL/SQL types which have have constraints are NATURAL, NATURALN, POSITIVE, POSITIVEN, SIGNTYPE, INTEGER, INT, SMALLINT, DECIMAL, NUMERIC, DEC This includes NOT NULL constraints from POSITIVEN, NATURALN
Action: Use the unconstrained type for that PL/SQL formal declaration i.e NUMBER, BINARY_INTEGER or PLS_INTEGER
PLS-00259
Custom Search


More Oracle errors
ORA-36964(XSRELTBL09) workspace object is not a valid level relation.
ORA-24017cannot enable enqueue on QUEUE, string is an exception queue
PGU-39513OC %7ls cursor %2li %3ls, rc string
ORA-37401you may not perform this operation on a system analytic workspace
DRG-10837section string does not exist
ORA-06537OUT bind variable bound to an IN position
ORA-36830(XSLMGEN00) Object string.string does not exist
ORA-32634automatic order MODEL evaluation does not converge
ORA-10862resolve default queue owner to current user in enqueue/dequeue
KUP-11000file truncated error
RMAN-06767Tablespace string will default to database encryption configuration
ORA-16021session string destination cannot be the same as session string destination
ORA-36720(XSALLOC01) To be used with ALLOCATE, your AGGMAP workspace object must be defined with the ALLOCMAP command.
AUD-00703unable to read audio data
ORA-16636fast-start failover target standby in error state, cannot stop observer
KUP-04005file operation successful
DIA-49410Not an IPS package
RMAN-00571===========================================================
ORA-29925cannot execute string
RMAN-06783Update of datafile headers of locally managed datafiles finished.




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-00258constrained datatypes disallowed in CALL Specifications