Hi,
we are using PL/SQL Developer version 15.0.4.2064 and recently one of our developer got a strange problem with explain plan. I was able to reproduce it.
1- Create a new dummy table:
create table test_date(col1 number, col2 date);
2- In SQL Window run the query
select col1,col2 from...