This query returns the beginning of the week using the ISO calendar:
Set session calendar = iso; Sel weekBegin from Sys_Calendar.BusinessCalendar where calendar_date = date '2011-01-01';
Result:
WeekBegin ----------- 10/12/27
This query returns the beginning of the week using the ISO calendar:
Set session calendar = iso; Sel weekBegin from Sys_Calendar.BusinessCalendar where calendar_date = date '2011-01-01';
Result:
WeekBegin ----------- 10/12/27