Oracle Errors Interview Questions
Questions Answers Views Company eMail

O2U-00202: Invalid data passed to function

1 2416

O2U-00203: Type to be declared must be an object type or a named collection type

1 2032

O2U-00204: Unable to convert from the database character set to the compiler character set

1 1989

O2U-00205: None of the characters in a type name were legal identifier characters

1 2153

O2U-00206: Some characters in a type name were not legal identifier characters

1 2128

O2U-00207: None of the characters in an attribute name were legal identifier characters

1 2115

O2U-00208: One or more characters in an attribute name were not legal identifier characters

1 2024

O2U-00209: Attribute or function name to be translated was not found

1 2071

O2U-00210: Unable to allocate memory

1 2343

O2U-00211: A type without attributes was translated

1 2010

O2U-00212: An error occurred for which no message is available

1 2058

ORA-33000: (AGOPEN00) AGGMAP workspace object cannot be accessed because it was compiled by a more recent version of string.

1 2029

ORA-33002: (XSAGDNGL00) In AGGMAP workspace object, the FLOOR argument of number must be less than the CEILING argument of number.

1 2232

ORA-33003: (XSAGDIMDROP) workspace object, to be transformed during data load, must be a base dimension and not otherwise referenced in the AGGMAP.

1 2167

ORA-33004: (XSAGDNGL01) workspace object is not a relationship array.

1 2146


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

NZE-28890: Entrust Login Failed

1414


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

2306


ORA-26032: index string.string loading aborted after string keys

1658


ORA-26095: unprocessed stream data exists

2811


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

1527






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

1382


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

8083


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

2862


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

6165


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

2628


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

3409


NZE-28868: Peer certificate chain check failed.

2272


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

1564


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

2325


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

2263