C C++ Errors (70)
DotNet Errors (17)
Database Errors (16446)
Scripts Errors (102)
ORA-26084: direct path context already finished
hi can any one tell me.... do we need to use color catridge also in HP Deskjet 630C series printer.... i have kept only black catridge but its not working.......
How can be avoid the Error while being Human we do mistakes???
NZE-28890: Entrust Login Failed
ORA-16626: failed to enable specified object
hp asking for replication floppy to do reinstall 25254 server assistant
who have build this website?
invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity
ORA-26028: index string.string initially in unusable state
ORA-16627: No standby databases support the overall protection mode.
hi, i am trying to do modular test tree in winrunner but i am getting error like "Error in the Expression list",can you please tell e what kind of error is this? thanks.
dear sir 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. thanking you your's faithfully soma saha
My question is in FLASH I will take 10 or 5 questions and last I will give my username and password and also I will give score to the answers which user submitted and that too the score and details of of the user should come in separate file, this entire thing should be done in Flash only. Is it possibe?
What is SCD (Slowly Changing Dimensions)? What are its types?
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...