Describe the Oracle Wait Interface. | Oracle DBA

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 wait events for the database or a specific session from these views and find out the event, which seems too high. Upon further analysis, you can determine the cause of such events and then resolve the issue.