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-10561: block type 'string', data object# string

1 4390

ORA-10562: Error occurred while applying redo to data block (file# string, block# string)

1 9912

ORA-10563: Test recovery had to corrupt data block (file# string, block# string) in order to proceed

1 3225

ORA-10564: tablespace string

1 3030

ORA-10565: Another test recovery session is active

1 3424

ORA-10566: Test recovery has used all the memory it can use

1 3299

ORA-10567: Redo is inconsistent with data block (file# string, block# string)

1 5590

ORA-10568: Failed to allocate recovery state object: out of SGA memory

1 3029

ORA-10570: Test recovery complete

1 3678

ORA-10571: Test recovery canceled

1 3274

ORA-10572: Test recovery canceled due to errors

1 3413

ORA-10573: Test recovery tested redo from change string to string

1 3302

ORA-10574: Test recovery did not corrupt any data block

1 2961

ORA-10575: Give up restoring recovered datafiles to consistent state: out of memory

1 2863

ORA-10576: Give up restoring recovered datafiles to consistent state: some error occurred

1 2874


Un-Answered Questions { Database Errors }

ORA-26084: direct path context already finished

2001


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

2008


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

2670


What is Mutex error in Triggers?

3132


ORA-16626: failed to enable specified object

2278


ORA-26095: unprocessed stream data exists

3642


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2868


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

2761


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

1737


NZE-28868: Peer certificate chain check failed.

2868


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2300


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?

2769


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

2804


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

8883


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

2716