Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-06536: IN bind variable bound to an OUT position

1 6062

ORA-06537: OUT bind variable bound to an IN position

1 4737

ORA-06538: statement violates string RESTRICT_REFERENCES pragma

1 2437

ORA-06539: target of OPEN must be a query

1 4140

ORA-06540: PL/SQL: compilation error

1 4118

ORA-06541: PL/SQL: compilation error - compilation aborted

1 2645

ORA-06544: PL/SQL: internal error, arguments: [string], [string], [string], [string], [string], [string], [string], [string]

1 3588

ORA-06545: PL/SQL: compilation error - compilation aborted

1 3535

ORA-06546: DDL statement is executed in an illegal context

Oracle,

1 11487

ORA-06547: RETURNING clause must be used with INSERT, UPDATE, or DELETE statements

1 3526

ORA-06548: no more rows needed

1 5644

ORA-06549: PL/SQL: failed to dynamically open shared object (DLL): string

2 4823

ORA-06550: line string, column string: string

1 3175

ORA-06554: package DBMS_STANDARD must be created before using PL/SQL

1 5483

ORA-06555: this name is currently reserved for use by user SYS

1 3018


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

3530


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2283


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

1457


ORA-26032: index string.string loading aborted after string keys

1636


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

2602






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

1540


ORA-26095: unprocessed stream data exists

2754


NZE-28868: Peer certificate chain check failed.

2249


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

1854


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

2299


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

1499


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

2840


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


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

1735


ORA-26027: unique index string.string partition string initially in unusable state

6136