Re: Corrupt SPFILE & no back up - now what?
Quote:
Originally posted by danielrc15
I am running 10G on Windows XP, I edited my SPFILE by mistake, and now I believe it is corrupt.
Daniel
he edited it, he wasnt copying contents from it - he was editing it, which is stupidity as it clearly shouldnt be edited
Read what is written next time
Re: Re: Corrupt SPFILE & no back up - now what?
Quote:
Originally posted by davey23uk
he edited it, he wasnt copying contents from it - he was editing it, which is stupidity as it clearly shouldnt be edited
Read what is written next time
I may be way off the mark here (its been a while since I played with SPfiles) but isn't it possible to corrupt them if you alter a parameter online and do a typo on the parameter value whilst doing it?
Apologies in advance if I'm talking crap.
Re: Re: Re: Corrupt SPFILE & no back up - now what?
Quote:
Originally posted by bazza
I may be way off the mark here (its been a while since I played with SPfiles) but isn't it possible to corrupt them if you alter a parameter online and do a typo on the parameter value whilst doing it?
Apologies in advance if I'm talking crap.
Think here we are talking about editing the actual file, perfectly possible to corrupt it then :)
No, not possible to corrupt it using alter system = ... as any invalid parameter wont be written to the file.
although you can make it so your instance doesnt start that way - but the file itself is still valid
Re: Re: Re: Re: Corrupt SPFILE & no back up - now what?
Quote:
Originally posted by davey23uk
Think here we are talking about editing the actual file, perfectly possible to corrupt it then :)
No, not possible to corrupt it using alter system = ... as any invalid parameter wont be written to the file.
although you can make it so your instance doesnt start that way - but the file itself is still valid
Right fair enough, I was a tad hazy on that. Better rtfm if I ever use a SPFILE ;)