InterviewSolution
Saved Bookmarks
| 1. |
What Is Essential To Be Set In The Init.ora File Before Using The Utl_file Package? |
|
Answer» It is essential to initialize the UTL_FILE_DIR PARAMETER in the init.ora file before USING the UTL_FILE PACKAGE. This parameter is initialized to the directory that is to be ACCESSED as follows: It is essential to initialize the UTL_FILE_DIR parameter in the init.ora file before using the UTL_FILE package. This parameter is initialized to the directory that is to be accessed as follows: |
|