Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-28520: error initializing heterogeneous data dictionary translations

1 2469

ORA-28521: no heterogeneous capability information available

1 2275

ORA-28522: error initializing heterogeneous capabilities

1 2826

ORA-28523: ORACLE and heterogeneous agent are incompatible versions

1 2434

ORA-28525: unable to create Heterogeneous Services error message text

1 2480

ORA-28526: invalid describe information returned to Heterogeneous Services

1 2323

ORA-28527: Heterogeneous Services datatype mapping error

1 3197

ORA-28528: Heterogeneous Services datatype conversion error

1 4397

ORA-28529: invalid or missing parameter in Net8 service name definition

1 2371

ORA-28530: Heterogeneous Services initialization error in NLS language ID

1 2732

ORA-28533: Heterogeneous Services coercion handling error

1 2598

ORA-28534: Heterogeneous Services preprocessing error

1 3657

ORA-28535: invalid Heterogeneous Services context

1 2220

ORA-28536: error in processing Heterogeneous Services initialization parameters

1 3917

ORA-28537: no more result sets

1 2500


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

2299


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?

2306


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

1286


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

2857


ORA-26084: direct path context already finished

1483






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

6155


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

1749


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

3554


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

1376


ORA-26094: stream format error: input column overflow

2250


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

1559


ORA-16626: failed to enable specified object

1771


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

1520


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


IMP-00064: Definition of LOB was truncated by export

5886