Presentation is loading. Please wait.

Presentation is loading. Please wait.

Create New User in Database. First Connect the System.

Similar presentations


Presentation on theme: "Create New User in Database. First Connect the System."— Presentation transcript:

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…


Download ppt "Create New User in Database. First Connect the System."

Similar presentations


Ads by Google