Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-09818: Number is too large

1 1948

ORA-09819: Number exceeds maximum legal value

1 2662

ORA-09820: Conversion of class string to numeric representation failed.

1 2030

ORA-09821: Numeric label is not valid

1 2071

ORA-09822: Translation of audit file name failed.

1 5831

ORA-09823: device name is too long

1 1844

ORA-09824: Unable to enable allowmacaccess privilege.

1 2131

ORA-09825: Unable to disable allowmacaccess privilege.

1 2275

ORA-09826: SCLIN: cannot initialize atomic latch.

1 2261

ORA-09827: SCLGT: atomic latch return unknown error.

1 2097

ORA-09828: SCLFR: atomic latch return error.

1 2209

ORA-09829: pw_createPorts: server call pws_start_instance failed.

1 2067

ORA-09830: snyAddPort: failed to perform a remote procedure call.

1 2331

ORA-09831: snyStartThread: failed to build the server port set.

1 2060

ORA-09832: infoCallback: bad message format.

1 2047


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

ORA-26095: unprocessed stream data exists

2803


NZE-28868: Peer certificate chain check failed.

2265


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

1884


IMP-00064: Definition of LOB was truncated by export

5886


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

1559






ORA-26094: stream format error: input column overflow

2253


NZE-28890: Entrust Login Failed

1409


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

1376


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

1713


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

2139


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?

2308


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

2315


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

1750


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2321