PCB-00230: Indicator table size must not be less than its
host variable



PCB-00230: Indicator table size must not be less than its host variable..

Answer / guest

Cause: An host variable table was used with an indicator
table declared with a smaller dimension. For example: EXEC
SQL BEGIN DECLARE SECTION END-EXEC. 01 EMP-NUM OCCURS 4
TIMES PIC S9(4) COMP. 01 EMP-NUM-IND OCCURS 2 TIMES PIC
S9(4) COMP. EXEC SQL END DECLARE SECTION END-EXEC. ...
SELECT ... INTO EMP-NUM:EMP-NUM-IND ...

Action: Increase the size of the indicator table.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-02297: cannot disable constraint (string.string) - dependencies exist

1 Answers  


ORA-13418: null or invalid parameter(s) for set functions

1 Answers  


TNS-12650: No common encryption or data integrity algorithm

1 Answers  


DRG-12434: connection failed using configuration string information

1 Answers  


RMAN-20006: target database name is missing

1 Answers  






KUP-04055: column string is both a field in the data file and a column transform

1 Answers  


ORA-23532: tables with different synchronization mechanisms are in the same group

1 Answers  


PCC-00016: Unable to open a cursor at line number in file string

1 Answers  


ORA-09212: sfwfbmt: error writing to file

1 Answers  


DRG-13002: preference string is not a MULTI_LEXER

1 Answers  


ORA-31499: null value specified for required parameter string

1 Answers  


ORA-23495: serial propagation can not be used for "string"

1 Answers  


Categories