What is Oracle's Default Date Format?

Viewed 26901

I have an Oracle DB, and I don't control the date format. I want to know what the date format is to ensure that searches like

select * from search where search_date>='03/16/2016 00:00:00'

work as expected.

3 Answers
Related