Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-01907: TABLESPACE keyword expected

1 5152

ORA-01908: EXISTS keyword expected

1 2542

ORA-01909: REUSE keyword expected

1 3172

ORA-01910: TABLES keyword expected

1 2703

ORA-01911: CONTENTS keyword expected

1 4554

ORA-01912: ROW keyword expected

1 7506

ORA-01913: EXCLUSIVE keyword expected

1 2465

ORA-01914: invalid auditing option for sequence numbers

1 2274

ORA-01915: invalid auditing option for views

1 2276

ORA-01916: keyword ONLINE, OFFLINE, RESIZE, AUTOEXTEND or END/DROP expected

CTS,

1 16540

ORA-01917: user or role 'string' does not exist

1 13056

ORA-01918: user 'string' does not exist

1 13045

ORA-01919: role 'string' does not exist

1 7146

ORA-01920: user name 'string' conflicts with another user or role name

1 19412

ORA-01921: role name 'string' conflicts with another user or role name

1 7137


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

1711


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

3400


IMP-00064: Definition of LOB was truncated by export

5886


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

6157


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

2859






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

3556


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.

2327


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

2299


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

1376


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

2315


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

1883


ORA-26094: stream format error: input column overflow

2252


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

2139


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

2319