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-06314: IPA: Event set up failure

1 3145

ORA-06315: IPA: Invalid connect string

1 3170

ORA-06316: IPA: Invalid database SID

1 3250

ORA-06317: IPA: Local maximum number of users exceeded

1 2835

ORA-06318: IPA: Local maximum number of connections exceeded

1 2851

ORA-06319: IPA: Remote maximum number of users exceeded

1 3074

ORA-06320: IPA: Remote maximum number of connections exceeded

1 3032

ORA-06321: IPA: Cannot reach the remote side

1 2936

ORA-06322: IPA: Fatal shared memory error

1 2871

ORA-06323: IPA: Cause event error

1 2906

ORA-06400: NETCMN: No default host string specified

1 3155

ORA-06401: NETCMN: invalid driver designator

1 5439

ORA-06402: NETCMN: error receiving break message

1 3505

ORA-06403: Unable to allocate memory.

1 4914

ORA-06404: NETCMN: invalid login (connect) string

1 3339


Un-Answered Questions { Database Errors }

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

2223


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

2028


hp asking for replication floppy to do reinstall 25254 server assistant

2954


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

1757


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

2171


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

2798


IMP-00064: Definition of LOB was truncated by export

6464


What is the use of NOLOCK locking hint?

1829


What severity level errors are managed in TRY-CATCH block?

2264


When do you get "getwmicomexception"?

2731


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

3435


What is Mutex error in Triggers?

3115


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

1812


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

1727


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

2658