HOW CAN YOU PERMIT USERS TO CONNECT WITHOUT REQUIRING THEM TO AUTHENTICATE THEMSELVES

1. How can you permit users to connect without requiring them to authenticate

themselves? (Choose the best answer.)

A. Grant CREATE SESSION to PUBLIC.

B. Create a user such as this, without a password:

CREATE USER ANON IDENTIFIED BY ‘';

C. Create a profile that disables password authentication and assign it to the

users.

D. You cannot do this because all users must be authenticated.