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-15122: ASM file name 'string' contains an invalid file number

1 8668

ORA-15123: ASM file name 'string' contains an invalid incarnation number

1 3208

ORA-15124: ASM file name 'string' contains an invalid alias name

1 8371

ORA-15125: ASM file name 'string' contains an invalid template name

1 3090

ORA-15126: component within ASM file name 'string' exceeds maximum length

1 5667

ORA-15127: ASM file name 'string' cannot use templates

1 2683

ORA-15128: ASM file name 'string' exceeds maximum length string

1 3594

ORA-15129: entry 'string' does not refer to a valid directory

1 4810

ORA-15130: diskgroup "string" is being dismounted

1 6604

ORA-15131: block string of file string in diskgroup string could not be read

1 5551

ORA-15132: block string of file string in diskgroup string could not be written

1 2745

ORA-15133: instance recovery required for diskgroup string

1 8965

ORA-15150: instance lock mode 'string' conflicts with other ASM instance(s)

1 8887

ORA-15169: destination 'string' is a subdirectory of 'string'

1 2823

ORA-15170: cannot add entry 'string' in directory 'string'

1 3185


Un-Answered Questions { Database Errors }

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

1744


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

2662


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

2802


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

2653


hp asking for replication floppy to do reinstall 25254 server assistant

2882


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

2107


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

2740


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

1618


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?

2721


ORA-26094: stream format error: input column overflow

2803


When do you get "getwmicomexception"?

2682


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

2597


What is Mutex error in Triggers?

3066


write a database figure to implement the master detained relationship.

2936


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

2155