You discover an out-of-space condition in the database. You decide to suspend a session for five minutes. You issue the following command to suspend the session:  <br /> ALTER SESSION ENABLE RESUMABLE;  <br /> Which command could you issue to enable the resumable space allocation feature at the session level?()  
A、 ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 5;
B、 ALTER SYSTEM ENABLE RESUMABLE_TIMEOUT = 5;
C、 ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 300;
D、 ALTER SYSTEM ENABLE RESUMABLE TIMEOUT = 300;