What is a ramp limit?

Showing Answers 1 - 10 of 10 Answers

srinivas

  • Apr 3rd, 2005
 

The limit parameter contains an integer that represents a number of reject events 
 
The ramp parameter contains a real number that represents a rate of reject events in the number of records processed.  

  Was this answer useful?  Yes

Ashim Dutta

  • Jul 10th, 2005
 

ashimdutta@yahoo.com 
no of bad records allowed = limit + no of records*ramp. 
ramp is basically the percentage value (from 0 to 1) 
This two together provides the threshold value of bad records.

  Was this answer useful?  Yes

sekhar

  • Sep 3rd, 2005
 

How do we handle if DML changing dynamicaly.

  Was this answer useful?  Yes

mukund

  • Sep 15th, 2006
 

Hi

 limit gives maximum number of rejected records before failure.

rate gives the rate of rejeced records with in the records processed.

based on a formula calculation we can determine the tolerance of the component for rejected records

limit+ramp*number of records processed so far.

if the number of rejected records exceeds the formula calculation ,thenit aborts.

cheers

Mukund

Xansa(India)Ltd.

  Was this answer useful?  Yes

sangee

  • Nov 29th, 2006
 

we will go for ramp limit to set the reject threshold for the record being processed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions