InterviewSolution
| 1. |
What Is The Difference Between The Owner Rights Program Unit And The Invoker Rights Program Unit? |
|
Answer» A PROGRAM unit created as an owner rights program unit EXECUTES ACCORDING to the PRIVILEGES that the owner of the program unit have at the time of execution; whereas, a program unit created as an invoker rights program unit executes according to the privileges that the invoker of the program unit have at the time of execution. A program unit created as an owner rights program unit executes according to the privileges that the owner of the program unit have at the time of execution; whereas, a program unit created as an invoker rights program unit executes according to the privileges that the invoker of the program unit have at the time of execution. |
|