Chapter 24. UTL_FILE Built-in Package
Beginner
Q: | |
24-1. | You must add one or more UTL_FILE_DIR entries to enable access to a specific directory. So unless you include an entry for your directory, you can’t read/write in that location. |
Q: | |
24-2. | Entries are:
|
Q: | |
24-3. | You can use the following shorthand entry to specify that you want to read/write in any directory on the server: UTL_FILE_DIR = * This is definitely not recommended practice for any production system, since there can be serious ramifications (like writing over your database log file). It is a quick-and-dirty ... |
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