C C++ Errors (70)
DotNet Errors (17)
Database Errors (16446)
Scripts Errors (102) ORA-36692: (XSRELTBL00) The format of the HIERHEIGHT command is: HIERHEIGHT relation1[(dimension dimvalue, ...)] into relation2 [using relation3 | a | d] [inhierarchy {variable | valueset}].
1 3177ORA-36696: (XSRELTBL02) QDR dimension workspace object should not be the related dimension of the relation.
1 2861ORA-36698: (XSRELTBL03) QDR dimension workspace object should be in the dimension list that dimensions the relation.
1 2697ORA-36702: (XSRELTBL05) The format of the HIERHEIGHT function is: HIERHEIGHT(relation [,] level) level >= 1.
1 2945ORA-36706: (XSRELTBL07) workspace object should be dimensioned by workspace object and one level dimension.
1 3004ORA-36708: (XSMXALLOC00) Variable workspace object must be dimensioned to be used by the ALLOCATE command.
1 3145ORA-36710: (XSMXALLOC01) TARGETLOG variable workspace object must be dimensioned identically to TARGET variable workspace object.
1 3167ORA-36712: (XSMXALLOC02) Relation workspace object must be a one-dimensional self-relation to be used as a SOURCE or BASIS with ALLOCATE.
1 3111
When do you get "getwmicomexception"?
IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier
What is live lock, deadlock and what is Lock escalation?
invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity
If Fi account is assigned to cost element categorie poatings are not possible it is giving error that cost element has to be assigned to a co object whts the solution for this error?
What is the difference between return code and completion code. When i was searching in the direct for the problem, the following errors displayed. Please can any1 explain these. Completion Code => 4 Message Id => XXDR012I Short Text => XDR field overflow. Key=SER. Len=8. Completion Code => 8 Message Id => XSQF009I Short Text => Sys call open() failed.Filename=/opt/apps/cdt3/USA/outbound/CD810O.errno=17. Completion Code => 8 Message Id => XCPR010I Short Text => Open failed for copy in OPEN_DEST_DATA. Errno=17. can you explain those 3 completion codes and also with difference between return code and completion code
What is SCD (Slowly Changing Dimensions)? What are its types?
In .net how many error will occur?
I want singal maintainer(iii& ii) solved question paper in every year in every board in rrb. If you collect these and sent these my mail-id i shall very grateful to you.
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...
How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis
what is new g/l functionality
when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly
IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier
write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;