PCC-00115: Array required here



PCC-00115: Array required here..

Answer / guest

Cause: In an ARRAYLEN statement, the name of a previously
declared host array was not specified. The first host
variable in an ARRAYLEN statement must be an array. The
second host variable, which specifies an array dimension,
must be a 4-byte integer. The correct syntax follows: EXEC
SQL ARRAYLEN host_array (dimension); The ARRAYLEN statement
must appear in the Declare Section along with, but somewhere
after, the declarations of host_array and dimension.

Action: Check the spelling of both identifiers in the
ARRAYLEN statement. If necessary, supply the missing host
array name.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

NNL-00246: General request processing is currently disabled

1 Answers  


ORA-14286: cannot COALESCE the only subpartition of this table partition

1 Answers  


ORA-06539: target of OPEN must be a query

1 Answers  


SQL-02133: Unable to initialize process for use with threads

1 Answers  


ORA-27100: shared memory realm already exists

1 Answers  






NID-00115: Database should be mounted

1 Answers  


ORA-16011: Archivelog Remote File Server process in Error state

1 Answers  


NCR-03008: NCRO: Call rejected

1 Answers  


TNS-12595: TNS:no confirmation

1 Answers  


ORA-36206: (XSAGOP04R) In AGGMAP workspace object, REMOPERATOR string must be MIN, MAX, FIRST, LAST, HFIRST or HLAST.

1 Answers  


ORA-31218: DBMS_LDAP: PL/SQL - Invalid LDAP deleteoldrdn.

1 Answers  


ORA-06524: Unsupported option : string

1 Answers  


Categories