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-36182: (XSAGGR09) Could not locate a value for variable number in measure dimension workspace object.

1 Answers  


ORA-01524: cannot create data file as 'string' - file already part of database

1 Answers  


ORA-13608: The task or object name string is invalid.

1 Answers  


ORA-02239: there are objects which reference this sequence

1 Answers  


DRG-52205: class string and object string already exists for this index

1 Answers  


ORA-31094: incompatible SQL type "string" for attribute or element "string"

1 Answers  


ORA-25179: invalid PCTTHRESHOLD storage option value

1 Answers  


ORA-29704: cannot specify ACTIVE_INSTANCE_COUNT in 8.1.5 or earlier release

1 Answers  


ORA-27021: sequential file handle must be specified

1 Answers  


ORA-23313: object group "string"."string" is not mastered at string

1 Answers  


ORA-24784: Transaction exists

1 Answers  


ORA-31477: could not detach LogMiner session during cleanup

1 Answers  


Categories