Ales Vojtechovsk
Member
When I execute the query like
select *
from ids.r_exchange_rates t
where sexc_valuation_date='12.05.2011'
I get the error message:
ORA-01843: not a valid month
The option in Tools/Preferences/Date + User Defined DD.MM.YYYY has no effect.
If I execute
ALTER SESSION SET nls_date_format = 'DD.MM.YYYY'
then it works ok.
Can I set nls_date_format somwhere in Oracle Client Setting/Setup file or PL/SQL Developer?
Or can I let the ALTER SESSION command to be executed as first command for every session in PL/SQL Developer?
select *
from ids.r_exchange_rates t
where sexc_valuation_date='12.05.2011'
I get the error message:
ORA-01843: not a valid month
The option in Tools/Preferences/Date + User Defined DD.MM.YYYY has no effect.
If I execute
ALTER SESSION SET nls_date_format = 'DD.MM.YYYY'
then it works ok.
Can I set nls_date_format somwhere in Oracle Client Setting/Setup file or PL/SQL Developer?
Or can I let the ALTER SESSION command to be executed as first command for every session in PL/SQL Developer?