C C++ Errors (70)
DotNet Errors (17)
Database Errors (16446)
Scripts Errors (102)
ORA-07497: sdpri: cannot create trace file 'string'; errno = string.
today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql
What is the use of NOLOCK locking hint?
ORA-26032: index string.string loading aborted after string keys
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.
hp asking for replication floppy to do reinstall 25254 server assistant
how to run the application using winrunner for data driven test?
hai i got one error i,e http status 404 error what is ds why ds is comming
What is the major use of Servelet
Write down the difference between c. Loop and goto statement d. (!0) and (!1) e. (1= =! 1) and (1!=1) f. NULL and !NULL
When I look for mannual enry of any of the command in Unix, such as #man ls, I get a message "Reformatting entry. Wait..." and control comes to a next command prompt. what is the problem?
What is Mutex error in Triggers?
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.......
WHAT IS A VECTOR ? HOW IS DIFFER FORM AN ARRAY
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...