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-02284: duplicate INCREMENT BY specifications

1 3446

ORA-02285: duplicate START WITH specifications

1 3480

ORA-02286: no options specified for ALTER SEQUENCE

1 16445

ORA-02287: sequence number not allowed here

1 6600

ORA-02288: invalid OPEN mode

1 10234

ORA-02289: sequence does not exist

1 6937

ORA-02290: check constraint (string.string) violated

1 14932

ORA-02291: integrity constraint (string.string) violated - parent key not found

CTS,

1 4834

ORA-02292: integrity constraint (string.string) violated - child record found

2 10225

ORA-02293: cannot validate (string.string) - check constraint violated

1 13081

ORA-02294: cannot enable (string.string) - constraint changed during validation

1 3664

ORA-02295: found more than one enable/disable clause for constraint

1 3575

ORA-02296: cannot enable (string.string) - null values found

1 10948

ORA-02297: cannot disable constraint (string.string) - dependencies exist

1 5452

ORA-02298: cannot validate (string.string) - parent keys not found

2 7676


Un-Answered Questions { Database Errors }

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?

2719


ORA-26028: index string.string initially in unusable state

3858


ORA-16627: No standby databases support the overall protection mode.

3984


What is Mutex error in Triggers?

3060


what is new g/l functionality

2609


ORA-26082: load of overlapping segments on table string.string is not allowed

1766


What is the use of NOLOCK locking hint?

1780


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

2636


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

2737


IMP-00064: Definition of LOB was truncated by export

6411


NZE-28868: Peer certificate chain check failed.

2797


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

2225


write a database figure to implement the master detained relationship.

2932


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

2660


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

2221