View the Exhibits and examine lock waits. Users HR and SH complain that their transactions on one of the application tables, EMP, are waiting for response. Which action would you take to release the lock and enable users HR and SH to continue with theirtransactions()
- AKill the session of the user SCOTT with session ID118.
- BIssue manual checkpoint using the ALTER SYSTEM command.
- CModify the profile used by user SCOTT to reduce the CONNECT_TIME limit.
- DFlush the Shared Pool to remove the SQL statement causing "wait" in memory.