Statements to ALTER and DROP a user from the database.
Hi,
I know the following statements to create users in the database.
Grant connect to USERNAME identified by PASSWORD
Grant membership in group SSE_ROLE to USERNAME
I want to know other available statements to ALTER and DROP an user from the database.
Regards,
Manz