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.
Answer Posted / bhushan deshmukh
Please see the Data base structure
And check the datatype of specific data type , if data type
is numeric...
and
If data base structure is having the same length as per
user inserted value is then check in the stored proceduer
variable for to store the value...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
differences between qtp10.0 and 11.0 ?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
what is an INI file?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
can any method return type may be constructor , or that method name allow
Write a program to find factorial of a number using functions
what is delegate and delegation model give the real live example on delegate model
How to print No.of.rows affected after updation using ADO.Net
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
any drawback are there in mantis?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that