1.

Can A User Created New Connect To The Database?

Answer»

A NEW user can't CONNECT directly to database, because the user doesn't have any privileges to do so. When a user TRIES to connect he gets the following error at the SQL prompt:
ERROR:
Ora-01045: user lacks CREATE SESSION privilege; LOGON denied.

A new user can't connect directly to database, because the user doesn't have any privileges to do so. When a user tries to connect he gets the following error at the SQL prompt:
ERROR:
Ora-01045: user lacks CREATE SESSION privilege; logon denied.



Discussion

No Comment Found