I'm migrating from 6i to 11g.
I've found this at the beginning of the main menu of my app:
forms_ddl('ALTER SESSION SET NLS_DATE_FORMAT = ''DD-MM-RRRR HH24:MI:SS''');
which I don't likeĀ for obvious reasons, but I also don't dare to remove, as it is the kind of thing that can explode later at runtime, with badly coded triggers using implicit conversion.
Can I set it in default.env?