Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-06734: TLI Driver: cannot connect

1 2200

ORA-06735: TLI Driver: client failed to close error conn

1 2236

ORA-06736: TLI Driver: server not running

1 2239

ORA-06737: TLI Driver: connection failed

1 2113

ORA-06741: TLI Driver: unable to open protocol device

1 2065

ORA-06742: TLI Driver: cannot alloc t_bind

1 2310

ORA-06743: TLI Driver: cannot alloc t_bind

1 2411

ORA-06744: TLI Driver: listener cannot bind

1 2280

ORA-06745: TLI Driver: listener already running

1 2199

ORA-06746: TLI Driver: cannot alloc t_call

1 2331

ORA-06747: TLI Driver: error in listen

1 2394

ORA-06748: TLI Driver: cannot allocate t_discon

1 2474

ORA-06749: TLI Driver: option not allowed across network

1 1905

ORA-06750: TLI Driver: sync failed

1 2452

ORA-06751: TLI Driver: bound addresses unequal

1 2269


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

6159


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

3403


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

2862


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

2315


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

1713






IMG-02003: 2FF03 - incorrect color histogram feature specification

1199


ORA-16516: The current state is invalid for the attempted operation.

8067


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-26079: file "string" is not part of table string.string

1521


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

1237


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

2299


ORA-26094: stream format error: input column overflow

2254


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

3556


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


ORA-26095: unprocessed stream data exists

2803