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

PCB-00109: Unable to open generated source file "string"

1 3164

PCB-00110: Unable to open temporary file "string"

1 3038

PCB-00200: Cannot equivalence PIC N or PIC G variable "string"

1 2947

PCB-00201: Indicator variable string not a group item

1 2847

PCB-00202: Indicator variable string not a group item or table

1 2881

PCB-00203: Nested group item "string" not supported

1 3222

PCB-00204: Group items cannot be used except in INTO or VALUES clause

1 3360

PCB-00205: Cannot use PIC N or PIC G variable in PL/SQL when NLS_LOCAL=YES

1 2882

PCB-00206: Cannot use N quoted literal in PL/SQL when NLS_LOCAL=YES

1 3328

PCB-00207: Invalid use of PIC N or PIC G table variable when NLS_LOCAL=YES

1 2722

PCB-00208: Incorrect type for host variable "string"

1 4338

PCB-00209: Scale is not supported for host variable "string"

1 3573

PCB-00210: DISPLAY-1 only allowed with PIC G and PIC N variables "string"

1 2920

PCB-00211: VARYING not supported with PIC N or PIC G variable "string"

1 2868

PCB-00212: PICTURE clause not allowed for host variable "string"

1 3013


Un-Answered Questions { ERRORS }

what is the instrument that used in Mechanical Energy??

2748


i want a list of top 10 nationalized banks in inda....can some expects help me???

2359


can u deactivate my music massage from mobily? some times i recharge my a/c then after sometimes one massage come and sr.4/- debited from my account. so please help me stop the massage about music or what. i don't know stop them please.from yesterday i have lose sr.8/- from my account.

2506


I am using Qt 5.6 during compilation it stops and gives error about Qmake The process "C:QtQt5.6.35.6.3msvc2015_64inqmake.exe" crashed. Error while building/deploying project untitled1 (kit: Desktop Qt 5.6.3 MSVC2015 64bit) When executing step "qmake"

1868


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

2764


Wen ever i use IE=createObject (Ineternetexplorer.application) QTP just navigates to the URL mentioned but doesn't recognise the USErname and Password field so the test fails.. But wen i just record and use system.util "iexplore" the code recognises and the tst passes, but here it works fine sometimes and sometimes the test just fails and aftersometime i run it works.. so its not consistent,,, any suggestion

3124


ORA-26094: stream format error: input column overflow

2859


I want singal maintainer(iii& ii) solved question paper in every year in every board in rrb. If you collect these and sent these my mail-id i shall very grateful to you.

2484


how to overload main method in java?

3097


The employee runs big client-server applications and must quickly transfer large files. The company wants the best cost/benefit on this connection. What would be the most practical solution?

2848


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


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

2870


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

2260


What is the difference between return code and completion code. When i was searching in the direct for the problem, the following errors displayed. Please can any1 explain these. Completion Code => 4 Message Id => XXDR012I Short Text => XDR field overflow. Key=SER. Len=8. Completion Code => 8 Message Id => XSQF009I Short Text => Sys call open() failed.Filename=/opt/apps/cdt3/USA/outbound/CD810O.errno=17. Completion Code => 8 Message Id => XCPR010I Short Text => Open failed for copy in OPEN_DEST_DATA. Errno=17. can you explain those 3 completion codes and also with difference between return code and completion code

11941


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

2807