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-25527: bad format of _DB_MTTR_SIM_TARGET

1 2920

ORA-25528: too many candidate MTTRs are specified in _DB_MTTR_SIM_TARGET

1 3407

ORA-25530: FAST_START_MTTR_TARGET is not specified

1 6188

ORA-25531: MTTR specified is too small: string

1 3058

ORA-25532: MTTR specified is too large: string

1 6512

ORA-25533: FAST_START_IO_TARGET or LOG_CHECKPOINT_INTERVAL is specified

2 7032

ORA-25534: _MEAN_TIME_TO_CLUSTER_AVAILABILITY is specified

1 2995

ORA-25950: missing where clause in join index specification

1 2780

ORA-25951: join index where clause cannot contain OR condition

1 2949

ORA-25952: join index must only contain inner equi-joins

1 3454

ORA-25953: join index cannot be a functional index

1 2948

ORA-25954: missing primary key or unique constraint on dimension

1 5934

ORA-25955: all tables must be joined in the where clause

1 2974

ORA-25956: join index cannot be created on tables owned by SYS

1 2995

ORA-25957: join index where clause cannot contain cycles

1 2863


Un-Answered Questions { Database Errors }

i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2861


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

1830


What is the use of NOLOCK locking hint?

1837


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

3924


NZE-28890: Entrust Login Failed

1943


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2589


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

3448


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

2193


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

3234


ORA-16626: failed to enable specified object

2281


NZE-28868: Peer certificate chain check failed.

2875


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

2476


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

8891


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

4044


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

2808