Parameters that spring:
a) use an external choice, which may not be entirely accurate if the optimizer does this, but may give a good idea:
SELECT COUNT(*) from ( SELECT a.code, NVL(a.org, ' '), NVL(a.office_number, ' '), SUBSTR(a.code, 0, 2) FROM PARTICIPANT a WHERE a.type_code = 'PRIME' );
b) put it in a script, run it from the command line and redirect the output to a file.
c) turn the coil on and off (not sure about this).
d) set autotrace traceonly (which @MikeyByCrikey beat me).
source share