Oracle : How can i find the holiday in a business day?
Posted
by
Rajesh Kumar G
on Stack Overflow
See other posts from Stack Overflow
or by Rajesh Kumar G
Published on 2011-01-06T05:41:37Z
Indexed on
2011/01/06
6:54 UTC
Read the original article
Hit count: 240
Hi,
Consider there are 3 different centers across the country,which have their different holidays schedule.Now i want to find that the current date is the business day or not(eliminate saturaday ,sunday and Holidays).
tell me,Which one is feasible? Can i store the details of the holiday with description in 3 separate tables for 3 different centers or in a 3 separate file? is it possible to read the file using PL\SQl?
© Stack Overflow or respective owner