Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Change NLS parameter in 9.2 on spfile
alter system set nls_<parameter_name>=<value> scope=spfile;
"Smith, Ron L." <rlsmith_at_kmg.com> wrote:I am trying to change my NLS parameter in the init file.
I am new to 9.2 and I am using an spfile. Can anyone help me with the syntax or procedure to make this change? Should be simple, but it doesn't want to work.
Thanks!
Ron