Multiple choice technology databases

SYS_CONTEXT can be used to know details about a session running the code?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The SYS_CONTEXT function retrieves information about the Oracle database session, such as username, host, IP address, and terminal. Passing 'USERENV' as the namespace parameter allows developers to query various session-specific attributes, confirming that the statement is true.