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-30941: Cannot specify empty URI for non-default namespace 'string'

1 3387

ORA-30942: XML Schema Evolution error for schema 'string' table string column 'string'

1 3320

ORA-30943: XML Schema 'string' is dependent on XML schema 'string'

1 2706

ORA-30944: Error during rollback for XML schema 'string' table string column 'string'

1 3108

ORA-30945: Could not create mapping table 'string'

1 2628

ORA-30946: XML Schema Evolution warning: temporary tables not cleaned up

1 2980

ORA-30951: Element or attribute at Xpath string exceeds maximum length

1 4869

ORA-30990: insufficient privileges to change owner of resource string

1 2799

ORA-30991: cannot use DOM to add special attribute to schema-based parent

1 5923

ORA-31000: Resource 'string' is not an XDB schema document

1 15412

ORA-31001: Invalid resource handle or path name "string"

1 11229

ORA-31002: Path name string is not a container

1 3385

ORA-31003: Parent string already contains child entry string

1 6762

ORA-31004: Length string of the BLOB in XDB$H_INDEX is below the minimum string

1 3361

ORA-31005: Path name length string exceeds maximum length string

1 3297


Un-Answered Questions { Database Errors }

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

1962


IMP-00064: Definition of LOB was truncated by export

6434


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6677


NZE-28868: Peer certificate chain check failed.

2824


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2229


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

3191


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

3402


ORA-16626: failed to enable specified object

2232


How to view the error log for any specific instance?

2496


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

1785


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

1762


hp asking for replication floppy to do reinstall 25254 server assistant

2906


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

2127


mount: mount to NFS server failed: System Error: Connection timed out

3682


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

2757