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?
1 Antwort
+ 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