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-01571: redo version string incompatible with ORACLE version string

1 3434

ORA-01572: rollback segment 'string' cannot be brought online, string extents exceeded

1 3009

ORA-01573: shutting down instance, no further change allowed

1 3439

ORA-01574: maximum number of concurrent transactions exceeded

1 4176

ORA-01575: timeout waiting for space management resource

1 7559

ORA-01576: The instance string is not enabled

1 8072

ORA-01577: cannot add log file 'string' - file already part of database

1 10000

ORA-01578: ORACLE data block corrupted (file # string, block # string)

1 4557

ORA-01579: write error occurred during recovery

1 6661

ORA-01580: error creating control backup file string

1 7355

ORA-01581: attempt to use rollback segment (string) new extent (string) which is being allocated

1 3402

ORA-01582: unable to open controlfile for backup

1 3531

ORA-01583: unable to get block size of controlfile to be backed up

1 2997

ORA-01584: unable to get file size of controlfile to be backed up

1 2931

ORA-01585: error identifying backup file string

1 3216


Un-Answered Questions { Database Errors }

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

1671


What is Mutex error in Triggers?

3131


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

3716


hp asking for replication floppy to do reinstall 25254 server assistant

2969


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

2590


IMP-00064: Definition of LOB was truncated by export

6473


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


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1710


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

1990


ORA-16626: failed to enable specified object

2278


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

6723


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2856


What is SCD (Slowly Changing Dimensions)? What are its types?

2723


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

1823


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

1736