Hello,
We need to chnage NLS_TERRITORY for our new database oracle 11.2.0.2.0 - 64bit
So, we have used this commande :
> alter system set nls_territory = 'FRANCE' scope=spfile;
system altred
> shutdown immediate;
> startup mount;
> ALTER DATABASE OPEN
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORACLE
instance started.
when I check dictionary, I fint that NLS_TERRITORY was be changed in nls_instance_parameters, but neither in nls_database_parameters nor in nls_session_parameters.
Please, any one know how can be change this parametre in our database.
Thank you in advance.
Regards