ORA-29252 collection does not contain elements at index locations in call to dbms_sql.bind_array
Oracle Database Server Error Code Messages ORA-29252 Description Help About;
Collection does not contain elements at index locations in call to dbms_sql.bind_array
Error Problem Cause;
The bound table does not contain elements at both index locations in call to BIND_ARRAY of DBMS_SQL. This is illegal. Both index locations must contain elements. In other words tab.exists(index1) and tab.exists(index2) must both return true.
How to Solve Fix; ORA-29252 collection does not contain elements at index locations in call to dbms_sql.bind_array?
Fix Action Solve;
Either modify the two indexes or the contents of the table and try the call again.
ORA-29252; koleksiyon dbms_sql.bind_array çağrısında dizin konumlarında öğeler içermiyor.
Oracle Database Server Hata Kodu Mesajı ORA-29252 Hakkında Tanımlaması Yardım;
Koleksiyon dbms_sql.bind_array çağrısında dizin konumlarında öğeler içermiyor.
Ora-29252 Hatasının Nedeni;
Bağlı tablo, DBMS_SQL'in BIND_ARRAY çağrısında her iki dizin konumunda da öğe içermiyor. Bu yasadışı. Her iki dizin konumu da öğeler içermelidir. Başka bir deyişle, tab.exists(index1) ve tab.exists(index2) her ikisinin de true döndürmesi gerekir.
Ora-29252 Hatası Nasıl Çözülür?
İki dizini veya tablonun içeriğini değiştirin ve aramayı yeniden deneyin.