PCC-00132: Indicator array size must not be less than its
host variable



PCC-00132: Indicator array size must not be less than its host variable..

Answer / guest

Cause: An host variable array was used with an indicator
array declared with a smaller dimension. For example: EXEC
SQL BEGIN DECLARE SECTION; int dept_no[20]; short
dept_no_ind[10]; EXEC SQL END DECLARE SECTION; ... SELECT
... INTO dept_no:dept_no_ind ...

Action: Increase the size of the indicator array.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-12323: unable to open database (link name string)

1 Answers  


TNS-04233: Trace Assistant WARNING: Going beyond Packet length

1 Answers  


ORA-30001: trim set should have only one character

1 Answers  


RMAN-12001: could not open channel string

1 Answers  


ORA-25326: Array string operation failed for message at index string

1 Answers  


PLS-00161: Pragma string expects 3rd argument to be an identifier or a string literal

1 Answers  


TNS-02521: encryption/crypto-checksumming: Diffie-Hellman seed too small

1 Answers  


TNS-02526: server proxy type does not match client type

1 Answers  


ORA-19636: archivelog thread string sequence string already included

1 Answers  


ORA-01296: character set mismatch between dictionary string and logfiles

1 Answers  


ORA-36718: (XSALLOC00) You do not have the necessary permissions to use AGGMAP workspace object.

1 Answers  


ORA-32153: Environment not specified

1 Answers  


Categories