网站建设和网站设计公司在哪里网页设计与制作模板免费
1.数据库版本
oracle21c

2.问题提示
创建用户提示【ORA-65096: 公用用户名或角色名无效】
create user 自定义用户名 identified by 密码;--例:用户为test1,密码为123456
create user test1 identified by 123456;

三.解决办法及结果
oracle11g之后的版本,有增加容器,故需要必须加c##前缀才能创建成功。

成功了!!!家人们!!!

oracle21c

创建用户提示【ORA-65096: 公用用户名或角色名无效】
create user 自定义用户名 identified by 密码;--例:用户为test1,密码为123456
create user test1 identified by 123456;

oracle11g之后的版本,有增加容器,故需要必须加c##前缀才能创建成功。

成功了!!!家人们!!!
