C C++ Errors (70)
DotNet Errors (17)
Database Errors (16446)
Scripts Errors (102) ORA-13615: The task or object string is greater than the maximum allowable length of 30 characters.
1 2822ORA-13619: The procedure argument string is greater than the maximum allowable length of string characters.
1 3075ORA-13621: The task_or object string is marked as a template and cannot perform the requested operation.
1 2885
write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;
ORA-26028: index string.string initially in unusable state
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...
how to overload main method in java?
who have build this website?
In .net how many error will occur?
Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??
For pH-4 calculation it is subtracted from the previous pH7 buffer value is the same procedure to be followed for calculation of remaining buffers??
according to class7 how can we give description on pendrive?
invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity
can u deactivate my music massage from mobily? some times i recharge my a/c then after sometimes one massage come and sr.4/- debited from my account. so please help me stop the massage about music or what. i don't know stop them please.from yesterday i have lose sr.8/- from my account.
when will we use lsmw , bdc and bapi? which will be easy to use and which is used for which type of data
I-series. When I use: qtp DICTIONARY(PDMZZ) AUTO (*LIBL/MFR0120X)I get the error: *E* Can't open the file specified on the AUTO program parameter. File of different type already exists. When I use it auto without *libl ,qtp DICTIONARY(PDMZZ) AUTO (MFR0120X), it works fine
ORA-26027: unique index string.string partition string initially in unusable state