If m loading a file of 1 million records.and the graph fails
after loading 10,000 records.
In this case if we use rollback command then what will happen?
Answers were Sorted based on User's Feedback
Answer / madhugreddy
If you rollback it starts loading from first record.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / kartheek
when used rollback, if graph have any checkpoints, it will asks u, again re-run that entire graph or continue from succeful checkpoint. every checkpoint contain that details.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / avijit
m_rollback will rollback all the records that has been loaded till the last successful check point of the graph.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / gautham kumar
It will undo the changes and it will undo the load as
well.Again the graph will start from the checkpoint
Is This Answer Correct ? | 0 Yes | 0 No |
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
What are the different types of parallelism in ab initio?
Hi friends, i have input like below naresh 10,20 suresh 30,40 i want out put like naresh 10 naresh 20 suresh 30 suresh 40 please help me thank you
How you can run a graph infinitely in ab initio?
What is the difference between partitioning with key / hash and round robin?
what is the syntax of m_dump command?
How to replace last 4 digits of an input column with XXXX given input column has 12 digits?
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
What is the difference between look-up file and look-up, with a relevant example?
Pdl with an example?
what is decoding & what is NVL?
What will be the output of using partition by Round-Robin after the partiton by key in ab initio?