Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-26535: %ud byte row cache insufficient for table with rowsize=number

1 3031

ORA-26536: refresh was aborted because of conflicts caused by deferred transactions

1 2173

ORA-26563: renaming this table is not allowed

1 8130

ORA-26564: %s argument is not of specified type

1 2195

ORA-26565: Call to _arg made before calling dbms_defer.call

1 2578

ORA-26566: Couldn't open connect to string

1 2315

ORA-26571: %s.string.string: number of arguments (string) does not match replication catalog

1 3085

ORA-26572: %s.string.string: argument string does not match replication catalog

1 2437

ORA-26575: remote database does not support replication parallel propagation

1 1963

ORA-26576: cannot acquire SR enqueue

1 3015

ORA-26577: PRESERVE TABLE can not be used when dropping old style materialized view string.string

1 2244

ORA-26650: %s background process string might not be started successfully

1 2206

ORA-26660: Invalid action context value for string

1 2112

ORA-26662: unable to process STREAMS Data Dictonary information for object

1 2495

ORA-26663: error queue for apply process string must be empty

1 6435


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

1749


ORA-26028: index string.string initially in unusable state

3398


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2325


NZE-28890: Entrust Login Failed

1409


ORA-26076: cannot set or reset value after direct path structure is allocated

1472






ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2314


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...

2252


ORA-26079: file "string" is not part of table string.string

1520


ORA-26029: index string.string partition string initially in unusable state

1711


IMP-00070: Lob definitions in dump file are inconsistent with database.

1286


ORA-26030: index string.string had string partitions made unusable due to:

1559


RMAN-05017: no copy of datafile number found to recover

1881


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...

2139


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2232


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2307