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 |
LSX-00215: value "~1S" whose total digits exceeds ~2d
SQL*Loader-00951: Error calling once/load initialization
ORA-09921: Unable to get information label from connection
ORA-14101: partition extended table name cannot refer to a synonym
NNL-00576: list_delegated: list all delegated domains in the region or subtree
ORA-10587: Invalid count for ALLOW n CORRUPTION option
ORA-12725: unmatched parentheses in regular expression
DRG-10501: invalid stopword: string
RMAN-10023: RPC attempted to unrecognized package
ORA-12616: TNS:no event signals
TNS-01054: Contacted the listener successfully
PLS-00386: type mismatch found at 'string' between FETCH cursor and INTO variables