Monthly Archives: August 2013

Oracle Time Overlaps (WM_OVERLAPS)

Oracle has undocumented and documented functions for time operations. In this writing, I will mention the undocumented ‘overlaps’ and documented ‘wm_overlaps’ functions. Actually, they do the same work, but they have some differences. Our aim is to find that two … Continue reading

Posted in Oracle | Tagged , , , , , | Leave a comment

Logging to Console and File In Python

Python has a great integrated logging mechanism for developers. You don’t have to make complicated stuffs to activate logger and you can easily log to file or console with separating different kinds of log levels. In this writing, I will … Continue reading

Posted in Python | Tagged , , , , , , | 5 Comments