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

Oracle Errors Interview Questions
Questions Answers Views Company eMail

ORA-02375: conversion error loading table string.string partition string

1 4203

ORA-02376: invalid or redundant resource

1 15387

ORA-02377: invalid resource limit

1 7960

ORA-02379: profile string already exists

1 7137

ORA-02380: profile string does not exist

1 20758

ORA-02381: cannot drop PUBLIC_DEFAULT profile

1 3867

ORA-02383: illegal cost factor

1 3158

ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit

2 17767

ORA-02396: exceeded maximum idle time, please connect again

1 7262

ORA-02397: exceeded PRIVATE_SGA limit, you are being logged off

1 6254

ORA-02398: exceeded procedure space usage

1 3386

ORA-02399: exceeded maximum connect time, you are being logged off

1 14490

ORA-02401: cannot EXPLAIN view owned by another user

1 3392

ORA-02402: PLAN_TABLE not found

1 5781

ORA-02403: plan table does not have correct format

2 7151


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

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

1762


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

3914


ORA-26094: stream format error: input column overflow

2854


ORA-26079: file "string" is not part of table string.string

2003


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2860


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

2299


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

1799


ORA-26030: index string.string had string partitions made unusable due to:

1988


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

2229


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

4037


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

3438


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2753


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

2465


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

8876


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

2661