Does SQL Developer has login.sql script where I can put all the env SQLs?
Hello community,
Please help me out with a simple question.
Each time I start SQL Developer (3.1) and connect to a database I need to run:
alter session set nls_date_format='YYYY.MM.DD HH24:MI:SS';
to set data fields format to reflect hours, minutes and seconds.
Can I automate it? I use login.sql in SQL Plus tro setup environment including data formant .
How to do it in SQL Dev?
Thank you in advance,
Yury