I have no idea if it works in your version, but in 8i you can also set it at the session level:

alter session set timed_statistics = true;


Would this help?