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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: alter system set user_dump_dest problem

Re: alter system set user_dump_dest problem

From: Shevtsov Eduard <eshevtsov_at_flagship.ru>
Date: Wed, 30 Aug 2000 22:15:16 +0400
Message-Id: <10604.115893@fatcity.com>


Hi Sean and List

SQL> select * from v$version;

BANNER



Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production PL/SQL Release 8.1.5.0.0 - Production
CORE Version 8.1.5.0.0 - Production
TNS for 32-bit Windows: Version 8.1.5.0.0 - Production NLSRTL Version 3.4.0.0.0 - Production

SQL> col name format a20
SQL> select name, issys_modifiable
  2 from v$parameter
  3 where name like 'user_dump%';

NAME                 ISSYS_MOD
-------------------- ---------
user_dump_dest       FALSE


I don't think that behavior of the user_dump_dest was changed. Can anyone check this?

Ed

> SQL>alter system set user_dump_dest = 'e:\oradba\admin\tst';
> *
> ERROR at line 1:
> ORA-02095: specified initialization parameter cannot be modified
>
> This is Oracle 8.0.5 on NT4-SP4. According to
> Oracle8 Reference
> Release 8.0
> A58242-01
> ALTER SYSTEM SET can be used to change this initilization parameter.
> Pulling my hair (what's left of it that is) out on this one. Bethca' it's
> something simple. What am I doing wrong??? Aaaarrggggghhhhh.
>
>
> Sean :)
>
> ###### ###### ###### ######
> # # # # # # # # Rookie
> #### # # ###### ###### Data
> # # # # # # # # Base
> # # ####### ###### # # Adminstrator
> -------------------------------- ------------
> Organon (Ireland) Ltd.
> E-mail: sean.oneill_at_organon.ie [subscribed: Digest Mode]
>
> The only man who never makes a mistake is the man who never does anything.
> - Theodore Roosevelt
>
>
>
>
>
>
>
> --
> Author: O'Neill, Sean
> INET: Sean.ONeill_at_organon.ie
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Wed Aug 30 2000 - 13:15:16 CDT

Original text of this message

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