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: Mon, 25 Jul 2005 18:04:39 +0100
Message-ID: <qm6ae1to9u8jtrdnvqrvh350vr644quhu6@4ax.com>

Rene Nyffenegger <rene.nyffenegger_at_gmx.ch> wrote:

>Try:
>alter system set utl_file_dir='c:\temp' scope = spfile;
>Then restart the database.

could I not simply have done

alter system set utl_file_dir='c:\temp' scope = both?

I got this info here
http://www.adp-gmbh.ch/ora/sql/alter_system.html

8-)

Paul...

BTW, how can I know/find out which parameters are changeable by altering the system and restarting, and which ones can be changed dynamically, on the fly, by issuing an SQL statement against v$parameters, or by issuing a command from SQLPlus set paramname='Blah';?

I've tried googling, but can't seem to find it.

>Rene

-- 

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 Mon Jul 25 2005 - 12:04:39 CDT

Original text of this message

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