The Input format will be in week number and we need to find the first day of the week in Oracle's default date format.
I tried to use, to_date('2002-49','YYYY-IW
'), it did not worked. I got an oracle error "ORA-01820: format code cannot appear in date input format"
Gopi.
Start Free Trial