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
what is web configuration file
When will you use shell script/Perl ahead of C/C++?
how to data grid use in data bind?
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
how does database connection using ADO.NET?
what are stubs related to foxpro?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
how CLR identify vb file?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
how can we implement locks in plsql?
1.what is the vesition managment.
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
Which method protects back button to retrieve old value from previous page in Struts.