简体   繁体   中英

insufficient privileges error on oracle-sql

I am a student, doing a project and one of the questions is to create a user APT1050. However, i am getting an error.

SQL> create user APT identified by abc password expire;
create user APT identified by abc password expire
                              *
ERROR at line 1:
ORA-01031: insufficient privileges

Help?

Apparently, the user you're using doesn't have the create user system privilege. You should use a different user that has this privilege, such as sys or system .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM