ORA-23620: bind value size too large for PL/SQL CALL operation



ORA-23620: bind value size too large for PL/SQL CALL operation..

Answer / guest

Cause: In a PL/SQL CALL to a stored procedure, the bind
string size exceeded 4K.

Action: Either make the bind string size shorter (less than
4K) or use BEGIN-END to call the procedure instead of CALL.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-00267: name of archived log file not needed

1 Answers  


ORA-00382: %s not a valid block size, valid range [string..string]

1 Answers  


PLS-00663: the NEW keyword is not allowed in this context

1 Answers  


ORA-10647: Tablespace other than SYSTEM, string, string not found in read only mode

1 Answers  


ORA-30687: session terminated by debugger

1 Answers  






ORA-01279: db_files too large

1 Answers  


ORA-07623: smscre: $CRMPSC failure

1 Answers  


ORA-31465: cannot obtain a lock on the subscription

1 Answers  


ORA-14257: cannot move partition other than a Range or Hash partition

1 Answers  


ORA-32018: parameter cannot be modified in memory on another instance

1 Answers  


NNO-00083: domain "string" server "string" has no addresses

1 Answers  


PLS-00322: declaration of a constant 'string' must contain an initialization assignment

1 Answers  


Categories