InterviewSolution
Saved Bookmarks
| 1. |
How Can A Procedure Or Function Be Executed Which Is Owned By Another User? |
|
Answer» A procedure or function, which is owned by another user, may be executed by EITHER creating a synonym for the SUBPROGRAM or prefixing it with the user name, as shown in the following CODE SNIPPET: A procedure or function, which is owned by another user, may be executed by either creating a synonym for the subprogram or prefixing it with the user name, as shown in the following code snippet: |
|