START ANOTHER SQL*PLUS SESSION, CONNECTED AS SYSTEM, AND RUN THIS QUERY

7. Start another SQL*Plus session, connected as SYSTEM, and run this query:

select session_id,suspend_time,name ,sql_text,error_numberfrom dba_resumable;

Note that the ERROR_NUMBER column is reporting the error that would

have been returned to the session, had it not been suspended.