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




ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-29528: invalid Java call in trigger string

1 3412

ORA-29529: invalid function or method call string in trigger string

1 3201

ORA-29530: could not create shortened name for string

1 3323

ORA-29531: no method string in class string

1 5696

ORA-29532: Java call terminated by uncaught Java exception: string

1 6258

ORA-29533: attempt to overwrite class or resource string while defining or compiling string.string

1 6450

ORA-29534: referenced object string.string could not be resolved

1 6580

ORA-29535: source requires recompilation

1 6549

ORA-29536: badly formed source: string

1 10184

ORA-29537: class or resource cannot be created or dropped directly

1 8252

ORA-29538: Java not installed

1 8505

ORA-29539: Java system classes already installed

1 5042

ORA-29540: class string does not exist

1 10108

ORA-29541: class string.string could not be resolved

1 6509

ORA-29542: class string already defined by source string

1 6188


Un-Answered Questions { ERRORS }

I-series. When I use: qtp DICTIONARY(PDMZZ) AUTO (*LIBL/MFR0120X)I get the error: *E* Can't open the file specified on the AUTO program parameter. File of different type already exists. When I use it auto without *libl ,qtp DICTIONARY(PDMZZ) AUTO (MFR0120X), it works fine

3010


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

2741


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

6652


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

2597


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

6746


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

8820


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2803


IMP-00064: Definition of LOB was truncated by export

6415


Write down the difference between c. Loop and goto statement d. (!0) and (!1) e. (1= =! 1) and (1!=1) f. NULL and !NULL

3813


quoroum of computer languages?

3385


after going to service throw to administrator tools service promp are not opening

2277


A sample program using data structure? what is file handling?

3368


WHAT IS A VECTOR ? HOW IS DIFFER FORM AN ARRAY

2533


when will we use lsmw , bdc and bapi? which will be easy to use and which is used for which type of data

2517


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

1679