|
-
alter system set utl_file_dir =* scope=spfile;
reboot the instance;
and try to run the procedure with full path to the log file.
CREATE DIRECTORY utl_file_logs AS '/path/to/logdir'#
you can't have your directory accesed.oracle docs say's
The file location must be an accessible directory, as defined in the instance's initialization parameter UTL_FILE_DIR.
Saurabh Garg
OCP 9i
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|