지난 1시간동안 실행된 SQL 쿼리 보기 /* SQL QUERY statements which were excuted for last 1 hours, and - module name is x - schema name is y */ column sql_fulltext format a50 alter session set nls_date_format='mm/dd HH24:MI:SS'; accept userid prompt 'Schema Name (same as the db user id): ' accept modulename prompt 'Module Name (You can find it from v$session): ' select t.last_active_time lastRun, t.EXECUTIONS ..