PLS-00666: Only index by binary_integer/pls_integer
associative arrays allowed here



PLS-00666: Only index by binary_integer/pls_integer associative arrays allowed here..

Answer / guest

Cause: An attempt was made to specify index collection that
was not indexed by binary_integer or pls_integer.

Action: Change the index collection variable type to
associative array that is indexed by binary_integer or
pls_integer.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

CLSS-00100: configuration data access failed for key string

1 Answers  


ORA-32631: illegal use of objects in MODEL

1 Answers  


ORA-07621: smscre: illegal redo block size

1 Answers  


ORA-09744: smsget: mmap returned an error.

1 Answers  


ORA-32762: Turn on Temp LOB Ref Count Tracing

1 Answers  






RMAN-06134: host command complete

1 Answers  


ORA-34487: (MXMAINT08) You cannot string values of non-unique concat dimension workspace object.

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


ORA-01100: database already mounted

3 Answers   Oracle, Wipro,


ORA-01930: auditing the object is not supported

1 Answers  


ORA-00134: invalid DISPATCHERS specification #string

1 Answers  


TNS-00541: underlying transport does not exist.

1 Answers  


Categories