InterviewSolution
| 1. |
What Is A Procedure And How To Write The Procedures In Odi? |
|
Answer» A PROCEDURE is a REUSABLE component that allows you to group actions that do not fit in the Interface framework. (That is load a target datastore from one or more sources). A Procedure is a sequence of COMMANDS launched on logical schemas. It has a group of ASSOCIATED options. These options parameterize whether or not a command should be executed as well as the CODE of the commands. A Procedure is a reusable component that allows you to group actions that do not fit in the Interface framework. (That is load a target datastore from one or more sources). A Procedure is a sequence of commands launched on logical schemas. It has a group of associated options. These options parameterize whether or not a command should be executed as well as the code of the commands. |
|