Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-01072: cannot stop ORACLE; ORACLE not running

1 2352

ORA-01073: fatal connection error: unrecognized call type

1 2485

ORA-01074: cannot shut down ORACLE; inside a login session - log off first

1 2647

ORA-01075: you are currently logged on

1 7469

ORA-01076: multiple logons per process not yet supported

1 2311

ORA-01077: background process initialization failure

1 2812

ORA-01078: failure in processing system parameters

1 2895

ORA-01079: ORACLE database was not properly created, operation aborted

1 11706

ORA-01080: error in shutting down ORACLE

1 3621

ORA-01081: cannot start already-running ORACLE - shut it down first

1 10539

ORA-01082: 'row_locking = always' requires the transaction processing option

1 2536

ORA-01083: value of parameter "string" is inconsistent with that of other instances

1 2083

ORA-01084: invalid argument in OCI call

4 21402

ORA-01085: preceding errors in deferred rpc to "string.string.string"

1 1954

ORA-01086: savepoint 'string' never established

1 8261


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2292


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

1756


ORA-26095: unprocessed stream data exists

2810


NZE-28868: Peer certificate chain check failed.

2270


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

1564






ORA-26084: direct path context already finished

1488


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

1480


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

1889


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

2145


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

1525


NZE-28890: Entrust Login Failed

1412


ORA-26094: stream format error: input column overflow

2256


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?

2317


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

2321


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

1243