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

NNL-00906: NOT A LEAF NAME responses sent: number

1 2945

NNL-00907: NOT ALLOWED responses sent: number

1 3177

NNL-00908: UNKNOWN TYPE responses sent: number

1 2845

NNL-00909: META VIOLATION responses sent: number

1 3669

NNL-00910: VERSION SKEW responses sent: number

1 2958

NNL-00911: Responses sent with invalid error code: number

1 2724

NNL-00912: Alias loops detected: number

1 2957

NNL-00913: Server-generated requests sent: number

1 2770

NNL-00914: Forwarding desired on server queries: string

1 3272

NNL-00915: Authority required on server queries: string

1 3186

NNL-00916: Modification requests enabled: string

1 3221

NNL-00917: Artificial request processing delay: string

1 2993

NNL-00918: Time until server restart: string

1 2722

NNL-00919: Time until server shutdown: string

1 2860

NNL-00920: Time until next config save: string

1 2887


Un-Answered Questions { Database Errors }

What is the meaning of lock escalation and why/how to stop this?

2711


NZE-28868: Peer certificate chain check failed.

2864


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?

2762


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

1734


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

2004


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1700


what is the instrument that used in Mechanical Energy??

2733


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2253


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

2230


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

8877


IMP-00064: Definition of LOB was truncated by export

6466


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2862


ORA-26084: direct path context already finished

1999


What severity level errors are managed in TRY-CATCH block?

2267


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

2662