You can manage optimizer statistics through the dbms_stats package.
This package OFFERS multiple functions or procedures to gather, modify and REMOVE statistics.
Statistics stored in the dictionary have an impact on the COSTBASED optimizer. You can also use the dbms_stats PROCEDURE to gather statistics in parallel.