error: ORA-65096: invalid common user or role name in oracle

前端 未结 6 1773
天涯浪人
天涯浪人 2020-11-30 16:56

I just installed Oracle, and it was missing the Scott schema. So i am trying to generate it myself. I got the sql script of Scott schema, but when i try to run the

6条回答
  •  执念已碎
    2020-11-30 17:40

    SQL> alter session set "_ORACLE_SCRIPT"=true;  
    SQL> create user sec_admin identified by "Chutinhbk123@!";
    

提交回复
热议问题