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-02084: database name is missing a component

1 11171

ORA-02085: database link string connects to string

1 5619

ORA-02086: database (link) name is too long

1 3211

ORA-02087: object locked by another process in same transaction

1 2856

ORA-02088: distributed database option not installed

1 3487

ORA-02089: COMMIT is not allowed in a subordinate session

Oracle,

1 10380

ORA-02090: network error: attempted callback+passthru

1 3303

ORA-02091: transaction rolled back

1 6078

ORA-02092: out of transaction table slots for distributed transaction

1 3091

ORA-02093: TRANSACTIONS_PER_ROLLBACK_SEGMENT(string) more than maximum possible(string)

1 3290

ORA-02094: replication option not installed

1 3706

ORA-02095: specified initialization parameter cannot be modified

1 5332

ORA-02096: specified initialization parameter is not modifiable with this option

1 5002

ORA-02097: parameter cannot be modified because specified value is invalid

1 8325

ORA-02098: error parsing index-table reference (:I)

1 3191


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2784


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

2177


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

2465


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

2861


ORA-26095: unprocessed stream data exists

3640


IMP-00064: Definition of LOB was truncated by export

6465


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

2229


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

2798


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


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

3914


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


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

2300


ORA-16626: failed to enable specified object

2272


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?

2762