In the initialSQL<n> we must set the NLS_DATE_LANGUAGE, so that the ISO-week is not "American", but "German" (we need to start the week on Monday, not Sunday).
So prior to every SQL, we have to set the following to change it:
alter session set NLS_DATE_LANGUAGE = 'GERMAN'
Is there a way to set that as default?
Yes, you can add things like this to a customized profile - see Data Source Profiles. Here is a related reference that shows you the techniques you can use - How to implement role based security for SQL queries.
Bob swift has its own Q & A at: https://bobswift.atlassian.net/wiki/cq/askquestion.action
I've found them to be very responsive in the past.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.