摘要: 1.首先创建一个表空间 create tablespace 表空间名 datafile 数据文件的路径(数据文件以dbf为后缀) size 数据文件的大小,default storage(initial 128K next 128K maxextents unlimited pctincrease 0) minimum extent 128K;红色部分表示表空间的初始化大小是128K当表空间用完... 阅读全文
posted @ 2016-05-17 10:02 *码之路 阅读(548) 评论(0) 推荐(0)
摘要: 1.sqlplus / as sysdba 2.alter user 用户名 account unlock; 3.alter user 用户名 identified by 新密码; 阅读全文
posted @ 2016-05-17 08:12 *码之路 阅读(228) 评论(0) 推荐(0)