InterviewSolution
Saved Bookmarks
| 1. |
What Is The Utl_file Package? |
|
Answer» The UTL_FILE PACKAGE PROVIDES TEXT files input/output functionality within PL/SQL. The security on client-side is handled USING normal operating system file permissions; whereas, server-side security is handled though restrictions on the directories that are ACCESSED. The UTL_FILE package provides text files input/output functionality within PL/SQL. The security on client-side is handled using normal operating system file permissions; whereas, server-side security is handled though restrictions on the directories that are accessed. |
|