Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

utl_file_dir value is showing as null

SuriMar 4 2011 — edited Mar 4 2011
Hi,

I have installed Oracle 9i enterprise edition in my local system. (For learning purpose)

Now when I queried V$parameters for value (name= utl_file_dir) it is showing as null.

SELECT value
FROM v$parameter
WHERE name = 'utl_file_dir';

O/p : zero rows selected.

I have updted the init.ora file as below

UTL_FILE_DIR="I:\temp"

After updating the init.ora file I have sutdown the database and started the instance again. But still when I queried v$paramater it is showing as null only.

Any idea, what else I need to change.

Thanks,
Suri
This post has been answered by Lubiez Jean-Valentin on Mar 4 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2011
Added on Mar 4 2011
5 comments
1,320 views