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-25130: cannot modify primary key - primary key not defined for table

1 2838

ORA-25131: cannot modify unique(string) - unique key not defined for table

1 3138

ORA-25132: UNIQUE constraint (string.string) disabled and validated in ALTER TABLE EXCHANGE PARTITION

1 3903

ORA-25133: duplicate SINGLE TABLE option specified

1 3326

ORA-25134: keyword TABLE expected

1 3395

ORA-25135: cannot use the SINGLE TABLE option

1 3513

ORA-25136: this cluster can contain only one table

1 3109

ORA-25137: Data value out of range

1 20778

ORA-25138: %s initialization parameter has been made obsolete

1 8516

ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE

1 15240

ORA-25140: %s space policy cannot be specified for the string extent management

1 2953

ORA-25141: invalid EXTENT MANAGEMENT clause

1 8852

ORA-25142: default storage clause specified twice

1 4426

ORA-25143: default storage clause is not compatible with allocation policy

1 8776

ORA-25144: invalid option for CREATE TABLESPACE with TEMPORARY contents

1 3780


Un-Answered Questions { Database Errors }

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


hp asking for replication floppy to do reinstall 25254 server assistant

2969


what is new g/l functionality

2681


write a database figure to implement the master detained relationship.

3020


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

6794


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

2260


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

2183


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

2035


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

2590


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2701


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

2502


mount: mount to NFS server failed: System Error: Connection timed out

3716


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

1769


ORA-16626: failed to enable specified object

2278


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