InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Stop And Abort? |
|
Answer» stop : If the session u WANT to stop is a part of batch you MUST stop the batch, if the batch is part of NESTED batch, Stop the outer most batch. Abort : You can issue the abort command, it is similar to stop command except it has 60 SECOND TIME out. stop : If the session u want to stop is a part of batch you must stop the batch, if the batch is part of nested batch, Stop the outer most batch. Abort : You can issue the abort command, it is similar to stop command except it has 60 second time out. |
|