Oracle Errors Interview Questions
Questions Answers Views Company eMail

PLS-00701: illegal ORACLE error number string for PRAGMA EXCEPTION_INIT

2 8293

PLS-00702: second argument to PRAGMA EXCEPTION_INIT must be a numeric literal

1 4130

PLS-00703: multiple instances of named argument in list

1 19928

PLS-00704: 'string' must be declared as an exception

1 2388

PLS-00705: exception 'string' used in expression requiring return type

1 2508

PLS-00706: Exception string cannot be used as prefix of a selected component

1 2173

PLS-00707: unsupported construct or internal error [string]

1 3894

PLS-00708: Pragma string must be declared in a package specification

1 3092

PLS-00709: pragma string must be declared in package specification and body

1 2583

PLS-00710: PRAGMA AUTONOMOUS_TRANSACTION cannot be declared here

1 8800

PLS-00711: PRAGMA AUTONOMOUS_TRANSACTION cannot be declared twice

1 2194

PLS-00712: illegal option for subprogram string

1 2762

PLS-00713: attempting to instantiate a type that is NOT INSTANTIABLE

1 3245

PLS-00714: supertypes's AUTHID is DEFINER but supertype and subtype are not in same schema

1 3372

PLS-00715: attribute or method by name 'string' does not exist

1 2118


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

IMP-00064: Definition of LOB was truncated by export

5889


NZE-28890: Entrust Login Failed

1409


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

3403


NZE-28868: Peer certificate chain check failed.

2265


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

3556






ORA-26084: direct path context already finished

1483


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

1524


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1237


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.

2329


ORA-26095: unprocessed stream data exists

2803


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

2234


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

1288


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

2620


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

2257


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

1376