Below command has no Harm to production systems,Can be used in case of performance degradation as this can help in refreshing Shared Pool and Buffer Cache and Database will reload both of these with new stats.
alter system flush buffer_cache;
alter system flush shared_pool;
alter system flush buffer_cache;
alter system flush shared_pool;