go to sqlplus do
set autotrace traceonly explain

look the explain plan and you can get an idea of how good/bad will your SQL run, no timing information because it's not that smart yet without running the query