Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with some simple PL/SQL.

Re: Problem with some simple PL/SQL.

From: Paul <paul_at_see.my.sig.com>
Date: Sun, 24 Jul 2005 20:55:44 +0100
Message-ID: <5fs7e1155rlvfdidpue9tmnm884cfajror@4ax.com>

"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.



ERROR at line 1:
ORA-02030: can only select from fixed tables/views

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US