Please give us the following information:
Code:
   SELECT name, value 
     FROM v$parameter
    WHERE UPPER(name) LIKE '%TIMED%';
if it was set to false, then set it to true
Code:
    ALTER SYSTEM SET timed_statistics=true;
Then let us know what happens. Also please post your snap command set to see what kind of stats you were trying to collect.

-Sam