ORA-29251: Index1 is greater than Index2 in call to
dbms_sql.bind_array



ORA-29251: Index1 is greater than Index2 in call to dbms_sql.bind_array..

Answer / guest

Cause: The value of index1 was greater than the value for
index2 in the call to bind_array. This is illegal since the
elements of the table that will be bound are those with
indexes greater than or equal to index1 and less than or
equal to index2.

Action: Correct the value of the two indexes and try the
call to again bind_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-13620: The task or object string is read-only and cannot be deleted or modified.

1 Answers  


ORA-36632: (XSDUNION01) The concat dimension workspace object is not currently defined as UNIQUE.

1 Answers  


TNS-01107: A valid trace level was not specified

1 Answers  


ORA-14609: Tablespace was not specified for the previous lob segments of column string in template but is specified for string

1 Answers  


LSX-00255: mismatched parentheses

1 Answers  






PCC-00082: Length and scale specifications must be an integer

1 Answers  


PCC-02010: found end-of-file while scanning string literal

1 Answers  


ORA-29825: invalid name for indextype

1 Answers  


ORA-25438: invalid variable name: string

1 Answers  


ORA-30740: cannot grant UNDER privilege on this object

1 Answers  


ORA-31504: cannot alter or drop predefined change source

1 Answers  


ORA-36212: (XSAGOP06) In AGGMAP workspace object, you can only specify the MIN, MAX, FLOOR, and CEILING arguments while using the PROPORTIONAL operator, not string.

1 Answers  


Categories