Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-16631: Operation requires shutdown of database/instance "string"

1 10252

ORA-16632: instance being added to database profile

1 4508

ORA-16633: The only instance of the database cannot be removed.

1 2388

ORA-16635: NetSlave connection was broken in the middle of a transmission session.

1 2310

ORA-16636: the object is permanently disabled

1 2669

ORA-16637: An instance failed to access the Data Guard broker configuration.

1 4255

ORA-16638: could not get the instance status

1 2301

ORA-16639: specified instance inactive or currently unavailable

1 4770

ORA-16640: CRS warns that multiple instances may still be running.

1 1909

ORA-16641: failure to acquire broker configuration metadata lock

1 2106

ORA-16642: db_unique_name mismatch

1 6405

ORA-16643: unable to determine location of broker configuration files

1 3812

ORA-16644: apply instance not available

1 5704

ORA-16645: unexpected new instance interrupted current operation

1 2218

ORA-16700: The standby database has diverged from the primary database.

1 14762


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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-26076: cannot set or reset value after direct path structure is allocated

1472


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

1237


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






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.

2325


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

1376


ORA-16626: failed to enable specified object

1771


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

6156


NZE-28868: Peer certificate chain check failed.

2263


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

1559


NZE-28890: Entrust Login Failed

1409


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

1711


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

1286


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