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-16159Cannot change protected standby destination attributes
NPL-00102missing stream functions in ASN.1 context initialization
ORA-26576cannot acquire SR enqueue
ORA-38712Corrupt flashback log record header: block string, offset string.
RMAN-02006script line too long
NID-00010Password:
ORA-14154only one of STORE IN or <subpartition-description> clause may be specified
ORA-01175data dictionary has more than the string files allowed by the instance
IMP-00081attempt to free unallocated memory
ORA-23444duplicate template parameter
ORA-00408parameter string is set to TRUE
ORA-28511lost RPC connection to heterogeneous remote agent using SID=string
ORA-24789start not allowed in recursive call
ORA-31534Change Data Capture string publisher string is missing DBA role
ORA-15202cannot create additional ASM internal change segment
LPX-00300no name in attribute set
ORA-26763invalid file type "string"
ORA-39909Index string.string in tablespace string points to table/cluster string.string in tablespace PGA-22005invalid socket file descriptor: no active conversations were found
ORA-14066illegal option for a non-partitioned index-organized table




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