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:
|
Get Oracle PL/SQL Programming: A Developer's Workbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.