What action would you take to ensure that a user cannot connect to the database instance by merely logging in to a remote machine?

A user, who is authenticated externally, logs in to a remote machine and connects to the database instance. What action would you take to ensure that a user cannot connect to the database instance by merely logging in to a remote machine?

Question:

What action would you take to ensure that a user cannot connect to the database instance by merely logging in to a remote machine?

Options:

Set REMOTE_OS_ROLES to FALSE

Set OS_ROLES parameter to FALSE

Set the REMOTE_OS_AUTHENT parameter to FALSE

Set the REMOTE_LOGIN_PASSWORD_FILE parameter to NONE

Correct Answer

The Correct Answer for this Question is

Set the REMOTE_OS_AUTHENT parameter to FALSE

Leave a Comment