NLS_LANGUAGE issue
I have one database "NLS_LANGUAGE" set as "AMERICAN", but I need to make it "GERMEN".
I have set instance parameters as given below,
nls_language='GERMAN'
nls_territory='GERMAN
I believe this override my database NLS language which was set as "AMERICAN".
Could you please tell me whether I have done the correct thing or not ?
Thanks !