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

DRG-10584: failed to string string string due to an Oracle error

1 2677

DRG-10595: ALTER INDEX string failed

1 3289

DRG-10597: invalid rebuild online operation

1 3238

DRG-10598: invalid parallel operation

1 3746

DRG-10599: column is not indexed

1 7999

DRG-10601: failed to remove pending DML for this index

1 2797

DRG-10602: failed to queue DML change to column string for primary key string

1 7172

DRG-10606: server failed to access the DML Queue

1 3042

DRG-10700: preference does not exist: string

1 5594

DRG-10701: preference string.string already exists

1 4702

DRG-10702: cannot create or modify preference in another user's schema

1 3955

DRG-10703: invalid framework object string

1 4207

DRG-10704: preference string does not have an attribute named string

1 3713

DRG-10705: invalid value string for attribute string

1 3377

DRG-10706: length of string exceeds maximum size of string

1 3112


Un-Answered Questions { Database Errors }

How to view the error log for any specific instance?

2476


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

1962


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3380


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

2658


what is new g/l functionality

2609


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

2518


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

1616


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

2795


ORA-26084: direct path context already finished

1945


NZE-28890: Entrust Login Failed

1871


RMAN-05017: no copy of datafile number found to recover

2410


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2443


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

2151


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

8812


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