The ORACLE Wait Interface is the set of data dictionary tables that STORE information about wait events.
Oracle offers MULTIPLE views to give information about wait events, such as V$system_event and v$session_event.
You can get the information about the wait events for the DATABASE or a specific session from these views and find out the event, which seems too high.