Question

Which privileges should a user be given to long on to the Oracle server?
A. Grant option B. Create role option
C. To D. None

Answers

Answered by GPT-4o mini
To allow a user to log on to an Oracle database server, the user needs the `CREATE SESSION` privilege. This privilege is not explicitly listed in your options (A, B, C, D).

If you're required to choose from the provided options, none of them directly answer the question about the necessary privilege for logging on to the Oracle server. So the closest answer based on the provided choices would be:

**D. None**

Please ensure that the user is granted the `CREATE SESSION` privilege (which is not in your options) when setting up their access.

Related Questions