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-31110: Action failed as resource string is locked by name

1 2822

ORA-31111: table string cannot be hierarchically enabled

1 2952

ORA-31112: fail to string for string port using xdb configuration

1 3078

ORA-31113: XDB configuration may not be updated with non-schema compliant data

1 3438

ORA-31114: XDB configuration has been deleted or is corrupted

1 8173

ORA-31115: XDB configuration error: string

1 3233

ORA-31116: Tablespace not specified correctly

1 3195

ORA-31121: The string operator can not be FALSE

1 2910

ORA-31122: The string operator has incorrect RHS value

1 3102

ORA-31151: Cyclic definition encountered for string: "string"

FBCH,

1 4264

ORA-31153: Cannot create schema URL with reserved prefix "http://xmlns.oracle.com/xdb/schemas/"

1 3015

ORA-31154: invalid XML document

1 6950

ORA-31155: attribute string not in XDB namespace

1 2973

ORA-31157: Invalid Content-Type charset

1 2650

ORA-31158: schema "string" currently being referenced

1 2869


Un-Answered Questions { Database Errors }

What is the meaning of lock escalation and why/how to stop this?

2670


What is the use of NOLOCK locking hint?

1800


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?

2735


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

1630


what is new g/l functionality

2632


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

3875


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

6758


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

2619


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

4007


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

1984


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

2125


ORA-26095: unprocessed stream data exists

3594


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

2535


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

2167


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

2756