C C++ Errors (70)
DotNet Errors (17)
Database Errors (16446)
Scripts Errors (102)
ORA-26095: unprocessed stream data exists
when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly
NZE-28890: Entrust Login Failed
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...
i have SAP B1 in my work area When i am try to hold the particular item the following ERRORS display in my System (This entry already exists in the following tables '' (AIT1) (ODBC -2035) [Message 131-183])
invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity
When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.
i want a list of top 10 nationalized banks in inda....can some expects help me???
ORA-26076: cannot set or reset value after direct path structure is allocated
wut is pre law
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.
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?
IMP-00070: Lob definitions in dump file are inconsistent with database.
pleasesend which type of the books to indian banks clerks& what is topics pleases mailme
How to create a program that lists countries capitals when country is entered? (Terribly sorry, I'm a complete novist to coding with C, am looking for inspiration and general tips on how to code and create this program.)