Setting NLS_LANGUAGE and NLS_TERRITORY at database level
Summary
Setting NLS_LANGUAGE and NLS_TERRITORY at database levelContent
Hi everyone,
I need to set NLS_LANGUAGE and NLS_TERRITORY at database level (those from nls_database_parameters). We read that that we can set up those parameters only at database installation time (unlike NLS parameters at instance and session level), is it true?
During Oracle Database Cloud installation wizard I didn't found any option to change language or NLS parameters of database and now for example NLS_LANGUAGE is AMERICAN not CROATIAN and NLS_TERRITORY is AMERICA not CROATIA. This parameters at database level are important to us because Oracle optimizer uses them. How can we achieve this?
1