ORA-38448: Indexing predicates with "string" operator is not
supported.



ORA-38448: Indexing predicates with "string" operator is not supported...

Answer / guest

Cause: An unsupported operator was used in the exf$indexoper
array.

Action: Choose the operators from this list : =, <, >, <=,
>=, !=, is null, is not null, nvl, and between.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-13420: the SRID of the geometry parameter was not null

1 Answers  


ORA-09719: osncui: invalid handle.

1 Answers  


ORA-02434: cannot enable unique(string) - unique key not defined for table

1 Answers  


IMP-00031: Must specify FULL=Y or provide FROMUSER/TOUSER or TABLES arguments

1 Answers  


ORA-02339: invalid column specification

1 Answers  






ORA-36155: (XSMXAGGRFROM) workspace object must be a variable or formula of a similar data type to workspace object to be used with FROM, or a TEXT variable or formula to be used with FROMVAR.

1 Answers  


O2F-00316: An unexpected token was seen at the end of a type specification

1 Answers  


ORA-32576: missing TYPE keyword

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,


DRG-50701: error in listener.get_cmd()

1 Answers  


ORA-22632: AnyDataSet parameter is not valid for the current operation

1 Answers  


ORA-29254: Invalid lower_bound argument passed to procedure dbms_sql.define_array

1 Answers  


Categories