GETTIMEOUT() function - Definition - Oracle Schema

Q.  In DBMS_RESUMABLE Package, which function returns the current timeout value of resumable space allocation for the current session and the returned value is in seconds?
- Published on 04 Aug 15

a. SET_SESSION_TIMEOUT(sessionID,timeout)
b. GET_TIMEOUT()
c. SET_TIMEOUT(timeout)
d. GET_SESSION_TIMEOUT(sessionID)

ANSWER: GET_TIMEOUT()
 

    Discussion

  • Nirja Shah   -Posted on 25 Sep 15
    - GET_SESSION_TIMEOUT Function - It returns the current timeout value of the resumable space allocations for a session with session_id

    - GET_TIMEOUT Function - It returns the current timeout value of resumable space allocations for the current session

    - SET_SESSION_TIMEOUT Procedure - It sets the timeout of resumable space allocations for a session with session_id

    - SET_TIMEOUT Procedure - It sets the timeout of resumable space allocations for the current session

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)