How can i create user and password in oracle sql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i create user and password in oracle sql

I am trying to creating user and password by using this syntax Create user student identified by "pass"; But getting error insufficient privileges how can i solve it?

10th Apr 2021, 1:27 PM
Husnain Qureshi
Husnain Qureshi - avatar
1 Answer
+ 1
Maybe you need to check your own privileges, whether you have the right to add users. Based on the "Prerequisites" part from https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_8003.htm
13th Apr 2021, 10:34 AM
Ipang