July 17, 2019

User Creation and Scenarios

Please understand that this USER named SRIDHAR is created without a password and is also dangerous. CREATE USER SRIDHAR Alternatively, you can use the code below to create with a password. CREATE USER SRIDHAR IDENTIFIED BY ‘sridhar’ where the lowercase word is the password. This is secure to some extent.