One or our users recently moved from PL/SQL Developer 7.x on Windows XP to PL/SQL Developer 9.0.6.1665 on Win7. The following query is now generating an error about trade_dt, which is a date field.
select distinct sa.acct_id
from subaccount sa , perf_transaction pt
where pt.subacct_id = sa.subacct_id
and pt.trade_dt >= '01-nov-2012'
and pt.trade_dt
select distinct sa.acct_id
from subaccount sa , perf_transaction pt
where pt.subacct_id = sa.subacct_id
and pt.trade_dt >= '01-nov-2012'
and pt.trade_dt