Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-36800: (XSTBLFUNC00) The OLAP_TABLE function can only have a single LOOP statement within the LIMITMAP

1 2181

ORA-36802: (XSTBLFUNC01) The OLAP_TABLE function must contain a DATAMAP that executes a FETCH command or a LIMITMAP.

1 2190

ORA-36804: (XSTBLFUNC02) The OLAP_TABLE function encountered an error while parsing the LIMITMAP.

1 2169

ORA-36806: (XSTBLFUNC03) The OLAP_TABLE function refers to an invalid ADT attribute: string.

1 2537

ORA-36808: (XSTBLFUNC04) The OLAP_TABLE function LEVELREL clause cannot declare number ADT fields from number AW fields.

1 2057

ORA-36810: (XSTBLFUNC05) Analytic workspace object number does not exist.

1 2965

ORA-36812: (XSTBLFUNC06) Invalid Syntax at '?'.

1 2417

ORA-36814: (XSTBLFUNC07) The datatype of the column used in the ROW2CELL clause of a LIMITMAP must be RAW(16).

1 1970

ORA-36815: (XSTBLFUNC08) The OLAP_TABLE has attempted to use an AW single row function with the aw_attach parameter set to DURATION QUERY.

1 2330

ORA-36820: (XSLMINFO00) The LIMITMAPINFO function encountered an error while parsing the LIMITMAP.

1 2263

ORA-36871: (XSFTDSC01) Object string cannot be used to define a column in a LIMITMAP.

1 2491

ORA-36872: (XSTFDSC02) Column type specifier cannot be used when the table function data type is specified.

1 2302

ORA-36873: (XSTFDSC03) Column type must be specified explicitly.

1 2210

ORA-36874: (XSFTDSC04) Expression string cannot be used to define a column in a LIMITMAP.

1 2356

ORA-36875: (XSFTDSC05) LIMITMAP is missing or is not a string literal.

1 2638


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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?

2306


NZE-28890: Entrust Login Failed

1409


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

2857


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

1286


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






IMG-02003: 2FF03 - incorrect color histogram feature specification

1199


ORA-26094: stream format error: input column overflow

2250


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

1711


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

1749


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

8064


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

1653


ORA-26084: direct path context already finished

1483


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

1881


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

2232


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