Chapter 27. External Procedures
Beginner
Q: | |
27-1. | An external procedure is an operating system file or program that can be called from within Oracle. |
Q: | |
27-2. | External procedures can be called anywhere a native PL/SQL procedure or function is called. The external procedure has a “wrapper” PL/SQL unit around it that calls the proper OS code. It can be used in situations where the programmer has implemented a program in a language other than PL/SQL but wishes to call it from within PL/SQL. |
Q: | |
27-3. | The statements are:
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access