Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with some simple PL/SQL.
"Dave" <x_at_x.com> wrote:
>when logged into sqlplus
>do
>show parameter utl_file (make sure it is set in your current session)
I tried doing this
update v$parameter set value = 'D:\Paul' where name = 'utl_file_dir';
but it won't let me.
I have tried
SET PARAMETER utl_file_dir = 'D:\Paul'
SET PARAMETER utl_file_dir='D:\Paul'
I can't seem to set the damn thing!
Paul...
-- plinehan __at__ yahoo __dot__ __com__ XP Pro, SP 2, Oracle, 9.2.0.1.0 (Enterprise Ed.) Interbase 6.0.1.0; When asking database related questions, please give other posters some clues, like operating system, version of db being used and DDL. The exact text and/or number of error messages is useful (!= "it didn't work!"). Thanks. Furthermore, as a courtesy to those who spend time analysing and attempting to help, please do not top post.Received on Sun Jul 24 2005 - 14:55:44 CDT
![]() |
![]() |