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-22808: REF dereferencing not allowed

1 3205

ORA-22809: nonexistent attribute

1 5734

ORA-22810: cannot modify object attributes with REF dereferencing

1 3669

ORA-22812: cannot reference nested table column's storage table

1 15891

ORA-22813: operand value exceeds system limits

1 7141

ORA-22814: attribute or element value is larger than specified in type

1 8956

ORA-22816: unsupported feature with RETURNING clause

1 8123

ORA-22817: subquery not allowed in the default clause

1 3630

ORA-22818: subquery expressions not allowed here

1 5919

ORA-22819: scope of input value does not correspond to the scope of the target

1 3116

ORA-22826: cannot construct an instance of a non instantiable type

1 6870

ORA-22828: input pattern or replacement parameters exceed 32K size limit

1 5629

ORA-22833: Must cast a transient type to a persistent type

1 3779

ORA-22850: duplicate LOB storage option specificed

1 5692

ORA-22851: invalid CHUNK LOB storage option value

1 4946


Un-Answered Questions { Database Errors }

How will you Handle Error in SQL SERVER 2008?

2440


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

3435


What is Mutex error in Triggers?

3117


ORA-26029: index string.string partition string initially in unusable state

2226


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2760


IMP-00064: Definition of LOB was truncated by export

6465


ORA-26095: unprocessed stream data exists

3635


ORA-26027: unique index string.string partition string initially in unusable state

6789


ORA-26084: direct path context already finished

1994


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

1728


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

2798


ORA-26032: index string.string loading aborted after string keys

2176


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

2465


ORA-26079: file "string" is not part of table string.string

1998


why we are using shift key in unix shell script

3227