摘要: 打开命令提示框输入以下内容 1.输入:sqlplus /nolog //进入oralce控制台2.输入:conn /as sysdba //以管理员权限登录3.输入:create user abc identified by 123456; //创建用户名adc密码1234564.输入:grant 阅读全文
posted @ 2021-10-12 14:27 甜菜波波 阅读(186) 评论(0) 推荐(0) 编辑