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-13139: could not obtain column definition for string

1 3281

ORA-13140: invalid target type

1 2967

ORA-13141: invalid RANGE window definition

1 2828

ORA-13142: invalid PROXIMITY window definition

1 2997

ORA-13143: invalid POLYGON window definition

1 3294

ORA-13144: target table string not found

1 3240

ORA-13145: failed to generate range list

1 3027

ORA-13146: could not find table substitution variable string

1 3437

ORA-13147: failed to generate MBR

1 2870

ORA-13148: failed to generate SQL filter

1 2949

ORA-13149: failed to generate next sequence number for spatial table string

1 3140

ORA-13150: failed to insert exception record

1 3473

ORA-13151: failed to remove exception record

1 3490

ORA-13152: invalid HHCODE type

1 3093

ORA-13153: invalid high water mark specified

1 3266


Un-Answered Questions { Database Errors }

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.

1710


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2590


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1673


IMP-00064: Definition of LOB was truncated by export

6475


IMG-02003: 2FF03 - incorrect color histogram feature specification

1776


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

2868


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3234


NZE-28890: Entrust Login Failed

1940


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

2718


IMP-00070: Lob definitions in dump file are inconsistent with database.

1805


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2948


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?

2771


ORA-26076: cannot set or reset value after direct path structure is allocated

2037


What is live lock, deadlock and what is Lock escalation?

2506


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

2675