Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
Oracle Oracle Database Administration and Development
/
Question #3
#3
Multiple Choice
Mark for review
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.
Reveal Answer
Previous
Question 3 of 134
Exam 1Z0-497 Topic 1 Question 3
Back to all questions
Next
Sign In
Sign Up