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-26082: load of overlapping segments on table string.string is not allowed

0 Answers  


ORA-01540: tablespace 'string' is not offline

1 Answers  


O2U-00204: Unable to convert from the database character set to the compiler character set

1 Answers  


ORA-31223: DBMS_LDAP: cannot open more than string LDAP server connections

1 Answers  


QSM-02050: subquery using the ALL clause in mv

1 Answers  






ORA-06748: TLI Driver: cannot allocate t_discon

1 Answers  


ORA-33056: (XSAGDNGL27) In AGGMAP workspace object, the MAX argument of number must be greater than the CEILING argument of number.

1 Answers  


ORA-02827: Invalid file number

1 Answers  


ORA-29860: cannot truncate a table with domain indexes marked LOADING

1 Answers  


ORA-06319: IPA: Remote maximum number of users exceeded

1 Answers  


NNL-00019: warning: server either changed or ignored your request

1 Answers  


PLS-00604: aggregate function is not allowed here

1 Answers  


Categories