SQL Optimizer for Oracle – Send Indexes to Analyze Impact
You can analyze the impact of new indexes on your SQL statement's execution plans before you physically create the indexes on your database. You can create indexes in Optimize SQL or Optimize Indexes ...