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-31445: invalid lock handle while acquiring lock on string

1 2798

ORA-31446: this session does not own the lock handle for string

1 2806

ORA-31447: cannot create change tables in the SYS schema

1 3081

ORA-31448: invalid value for change_source

1 2877

ORA-31449: invalid value for change_set_name

1 3825

ORA-31450: invalid value for change_table_name

1 3125

ORA-31451: invalid value string for capture_values, expecting: OLD, NEW, or BOTH

1 3033

ORA-31452: invalid value string for parameter, expecting: Y or N

1 3262

ORA-31453: invalid value string for parameter, expecting: Y, N, or NULL

1 2777

ORA-31454: invalid value string for operation parameter, expecting: ADD or DROP

1 3176

ORA-31455: nothing to ALTER

1 3149

ORA-31456: error executing a procedure in the DBMS_CDC_UTILITY package

1 3796

ORA-31457: maximum length of description field exceeded

1 2908

ORA-31458: an internal error occurred

1 3111

ORA-31459: system triggers for DBMS_CDC_PUBLISH package are not installed

1 3503


Post New Oracle Errors Questions

Un-Answered Questions { Oracle Errors }

NZE-28890: Entrust Login Failed

1932


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

1671


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

2868


ORA-26094: stream format error: input column overflow

2859


ORA-26027: unique index string.string partition string initially in unusable state

6794


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

1990


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

2300


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

2181


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2948


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

1769


NZE-28868: Peer certificate chain check failed.

2868


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

8883


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

2866


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

4042


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

2804