2018年3月12日

摘要: scott用户的密码不对,进入管理员用户,修改scott用户密码即可 或者这样修改密码:在运行栏里面敲:sqlplus(空格)/nolog 回车接着在弹出框里面敲:conn sys/password as sysdba回车提示已连接最后敲:alter user scott identified by 阅读全文
posted @ 2018-03-12 17:38 三盛乙烯 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1 --建表 2 --student表+注释 3 create table student( 4 sno varchar2(3) not null, 5 sname varchar2(9) not null, 6 ssex varchar2(3) not null, 7 sbirthday date, 8 ... 阅读全文
posted @ 2018-03-12 12:56 三盛乙烯 阅读(131) 评论(0) 推荐(0) 编辑

导航