Download presentation
Presentation is loading. Please wait.
Published byMahbubul Alam Modified over 5 years ago
1
Create New User in Database
2
First Connect the System
3
Then create a new user CREATE USER ‘USER_NAME’ IDENTIFIED BY ‘PASSWORD’
4
Now give privileges which you want to give the new user. Giving privileges # grant dba to ‘user_name’; # grant all privileges to ‘user_name’;
5
Now you can connect your new user connection
6
Thanks…
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.