Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Database Errors Interview Questions
Questions Answers Views Company eMail

ORA-22151: cannot resize non-zero variable-length array to zero elements

1 2998

ORA-22152: destination variable-length array is not initialized

1 2812

ORA-22153: source variable-length array is not initialized

1 2939

ORA-22160: element at index [string] does not exist

ICICI,

1 13175

ORA-22161: type code [string] is not valid

1 3537

ORA-22162: element at index [string] has been previously deleted

1 2817

ORA-22163: left hand and right hand side collections are not of same type

1 4007

ORA-22164: delete element operation is not allowed for variable-length array

1 3014

ORA-22165: given index [string] must be in the range of 0 to [string]

1 12462

ORA-22166: collection is empty

1 3063

ORA-22167: given trim size [string] must be less than or equal to [string]

1 4610

ORA-22275: invalid LOB locator specified

1 4747

ORA-22276: invalid locator for LOB buffering

1 3777

ORA-22277: cannot use two different locators to modify the same LOB

1 3605

ORA-22278: must update the LOB only through the LOB buffers

1 2924


Un-Answered Questions { Database Errors }

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...

2737


RMAN-05017: no copy of datafile number found to recover

2410


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3380


NZE-28868: Peer certificate chain check failed.

2797


ORA-26028: index string.string initially in unusable state

3857


How will you Handle Error in SQL SERVER 2008?

2399


ORA-16516: The current state is invalid for the attempted operation.

8812


ORA-26094: stream format error: input column overflow

2794


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...

2591


ORA-26084: direct path context already finished

1945


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 ??

1672


What is SCD (Slowly Changing Dimensions)? What are its types?

2659


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2634


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2693


ORA-26095: unprocessed stream data exists

3558