Which three statements are true about terminating a session?

Exhibit below:

Which three statements are true about terminating a session?
A. Without any error, you can terminate the active session by executing:SQL> ALTER SYSTEM KILL SESSION ‘7, 15’;
B. You can terminate the active session by executing:SQL> ALTER SYSTEM KILL SESSION "7, 15′;But you also get the error message:ORA-00028: your session has been killed
C. You cannot terminate the active session. You have to wait until that session becomes inactive.
D. Without any error, you can terminate the inactive session by executing:SQL> ALTER SYSTEM KILL SESSION ’12, 63′;
E. When an inactive session is killed, the status of that session remains visible in VSSESSION with status KILLED. The rowf the terminated session is removed from VSSESSION after the user attempts to use the session again.
F. You cannot terminate the inactive session. You have to wait until that session becomes active again.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.