PLS-00250: Incorrect Usage of string in parameters clause.



PLS-00250: Incorrect Usage of string in parameters clause...

Answer / guest

Cause: The usage of Keywords such as MAXLEN, LENGTH,
CHARSETID, CHARSETFORM RETURN in the parameters clause was
incorrect

Action: This error occurs if keywords like MAXLEN, LENGTH,
TDO, DURATION, CHARSETID, or CHARSETFORM cannot be used with
PL/SQL formal parameters or the mode of the formal
parameter. For example, MAXLEN can only be declared for a
CHAR or VARCHAR2 PL/SQL variable and its use is allowed only
for OUT or INOUT PL/SQL variables. Also, RETURN was
specified in the parameters clause for a PL/SQL PROCEDURE.
E.g. CREATE PROCEDURE proc IS EXTERNAL NAME ... LIBRARY ...
PARAMETERS(RETURN INDICATOR SHORT, RETURN);

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-19564: error occurred writing string bytes at block number string

1 Answers  


ORA-31201: DBMS_LDAP: generic error: string

1 Answers  


ORA-13853: Tracing for service (module/action) string is already enabled

1 Answers  


ORA-02729: osncon: driver not in osntab

1 Answers  


ORA-07431: fork failed

1 Answers  






ORA-19615: some files not found in backup set

1 Answers  


NZE-29190: Multiple entries in OID

1 Answers  


ORA-33078: (XSAGDNGL39) In AGGMAP workspace object, the hierarchy dimension QDR workspace object must refer to a dimension.

1 Answers  


ORA-13914: Threshold notification failed.

1 Answers  


ORA-13138: could not determine name of object string

1 Answers  


ORA-07860: osnsoi: error setting up interrupt handler

1 Answers  


PCC-02451: Value of offset cannot be negative in ABSOLUTE orientation mode

1 Answers  


Categories