Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: fast_start_mttr_target value is ignored
Hi Howard, All I've done is:
SQL> CREATE spfile FROM pfile;
I didn't touch any parameter settings. Take a breath. Go to the happy place. I'm not making changes to this willy nilly. I would like to get to the bottom of this too.
> If you've got an spfile, then use alter system set
> fast_start_mttr_target=300 to set the value. If you haven't, then edit your
> init.ora.
There is progress (I think) to report. What do you make of this:
SQL> alter system set fast_start_mttr_target=300;
alter system set fast_start_mttr_target=300
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is
invalid
ORA-00439: feature not enabled: Fast-Start Fault Recovery
Received on Mon Jun 21 2004 - 23:47:38 CDT