I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
2 4704There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
2 5655what is the use of occurs 10 or (any number) in the internal table declaration with header line.
1926SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
1956Post New Programming Languages AllOther Questions
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
what is log files in qtp what is use
the systematic access of small computers in a distributed data processing system is referred as?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
how to data grid use in data bind?
give idea for creating screen in abap
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
code for connection from windows forms to sql server
What are events in smartforms?
how to remove header and footer in jcl using sort utility
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
shall we execute our java programmes in jre
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
how to convert hashmap to arraylist with iteration