2017年2月16日

2、Sql-oracle创建新用户

摘要: 1.首先我们可以用scott用户以sysdba的身份登录oracle. conn scott/tiger as sysdba 2.然后我就可以来创建用户了. create user zs identified by zs; 3.修改用户的密码. alter user zs identified by 阅读全文

posted @ 2017-02-16 13:41 那只猴子 阅读(22138) 评论(0) 推荐(2)

导航