ORA-36988: (XSRELGID06) The related dimension of relation workspace object must be of type NUMBER.
1 3102ORA-36990: (XSRELGID07) %a workspace object The level relation %1p should be dimensioned by a level dimension.
1 2811ORA-36991: (XSRELGID08) The level relation and level order valueset provide inconsistent level mappings.
1 2618ORA-36993: (XSRELGID10) OBJECT workspace object must be a VARIABLE, RELATION, or a numeric SURROGATE DIMENSION based on the level dimension workspace object.
1 3114ORA-36995: (XSRELGID12) There are duplicate values in the surrogate dimension gid. Use the levelorder option to resolve the ambiguity.
1 2664ORA-36996: (XSRELGID13) Valueset workspace object should be defined over dimension workspace object.
1 2674ORA-36997: (XSRELGID14) For variable or relation grouping ids, a level relation is needed when a level order valueset is specified.
1 3016ORA-36998: (XSRELGID15) LEVEL ORDER VALUESET workspace object and LEVEL RELATION workspace object have the different level dimensions.
1 2814ORA-36999: (XSRELGID16) OBJECT workspace object is not a surrogate dimension, a source relation must be specifed when creating any non-surrogate grouping id.
1 2771Post New Oracle Errors Questions
NZE-28868: Peer certificate chain check failed.
when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly
ORA-16516: The current state is invalid for the attempted operation.
IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier
IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created
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.
ORA-26095: unprocessed stream data exists
invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity
ORA-26032: index string.string loading aborted after string keys
ORA-26028: index string.string initially in unusable state
ORA-16627: No standby databases support the overall protection mode.
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...
ORA-26029: index string.string partition string initially in unusable state
ORA-16626: failed to enable specified object
IMP-00070: Lob definitions in dump file are inconsistent with database.