Setting the default territory environment of the Oracle database

!!! ATTENTION - ONLY FOR USE IN TESTING ENVIRONMENT !!!


select * from props$ where name = 'NLS_TERRITORY';
update props$ set value$='GERMANY' where name = 'NLS_TERRITORY';