Oracle Errors Interview Questions
Questions Answers Views Company eMail

PLS-00101: reserved for future use

1 2430

PLS-00102: parser stack overflow because nesting is too deep

1 3706

PLS-00103: %s

1 2651

PLS-00104: empty argument list in call of procedure 'string' must be omitted

1 2760

PLS-00105: at most one forward declaration of type 'string' is permitted

1 1965

PLS-00108: declarative units must be a single variable declaration

1 2062

PLS-00109: unknown exception name 'string' in PRAGMA EXCEPTION_INIT

1 3928

PLS-00110: bind variable 'string' not allowed in this context

1 4651

PLS-00111: end-of-file in comment

1 4144

PLS-00112: end-of-line in quoted identifier

1 2993

PLS-00113: END identifier 'string' must match 'string' at line string, column string

1 4008

PLS-00114: identifier 'string' too long

1 6401

PLS-00115: this PRAGMA must follow the declaration of 'string'

1 2736

PLS-00116: Duplicate where-clause in table expression

1 2916

PLS-00117: Duplicate connect-by clause in table expression

1 2510


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

2840


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?

2289


ORA-26082: load of overlapping segments on table string.string is not allowed

1356


ORA-16627: No standby databases support the overall protection mode.

3530


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

2123






ORA-26095: unprocessed stream data exists

2754


NZE-28890: Entrust Login Failed

1390


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

2602


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

1735


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

3385


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

1457


ORA-26084: direct path context already finished

1467


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

1500


ORA-26094: stream format error: input column overflow

2232


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

2243