Day01-Oracle的连接与账户
摘要:Oracle数据库安装后,会自带一个scott账户,该账户下会有一张emp表 1.解锁scott账户的命令 alter user scott account unlock; 2.修改scott账户的密码 alter user scott identified by password; 如何连接Ora
阅读全文
posted @ 2016-05-05 22:29
posted @ 2016-05-05 22:29