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-09206: sfrfb: error reading from file

1 2927

ORA-09207: sfsrd: error reading from file

1 3362

ORA-09208: sftcls: error closing file

1 3074

ORA-09209: sftget: error reading from file

1 2977

ORA-09210: sftopn: error opening file

1 7467

ORA-09211: sfwfb: error writing to file

1 3129

ORA-09212: sfwfbmt: error writing to file

1 2875

ORA-09213: slgfn: error fabricating file name

1 3164

ORA-09214: sfdone: I/O error detected

1 3046

ORA-09215: sfqio: error detected in IOCompletionRoutine

1 3248

ORA-09216: sdnfy: bad value 'string' for parameter string

1 2975

ORA-09217: sfsfs: failed to resize file

1 2926

ORA-09218: sfrfs: failed to refresh file size

1 4332

ORA-09240: smpalo: error allocating PGA memory

1 2985

ORA-09241: smsalo: error allocating SGA memory

1 3127


Un-Answered Questions { Database Errors }

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

8877


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


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.

2852


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2753


ORA-26094: stream format error: input column overflow

2854


hp asking for replication floppy to do reinstall 25254 server assistant

2963


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

3914


write a database figure to implement the master detained relationship.

3011


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

1763


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

4039


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

2177


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

1734


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

1817


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

2862


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

2662