Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-12097: changes in the master tables during refresh, try refresh again

1 2614

ORA-12098: cannot comment on the materialized view

2 6950

ORA-12100: materialized view log on "string"."string" already has sequence

1 2355

EXP-00000: Export terminated unsuccessfully

1 8450

EXP-00001: data field truncation - column length=number, buffer size=number actual size=number

1 3621

EXP-00002: error in writing to export file

1 5094

EXP-00003: no storage definition found for segment(number, number)

2 7288

EXP-00004: invalid username or password

1 5204

EXP-00005: all allowable logon attempts failed

1 5225

EXP-00006: internal inconsistency error

1 12178

EXP-00007: dictionary shows no columns for string.string

1 4208

EXP-00008: ORACLE error number encountered

1 2539

EXP-00009: no privilege to export string's table string

1 8324

EXP-00010: %s is not a valid username

1 8368

EXP-00011: %s.string does not exist

1 4207


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

2135


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

1233


NZE-28868: Peer certificate chain check failed.

2263


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

1285


NZE-28890: Entrust Login Failed

1405






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

8057


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

1704


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

2854


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2228


ORA-16626: failed to enable specified object

1768


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

3395


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

2308


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

1879


ORA-26084: direct path context already finished

1481


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

2251