码迷,mamicode.com
首页 > 数据库 > 详细

常用oralce_sql

时间:2016-01-01 12:54:46      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:

1.解锁账户:

  默认的scott用户是被锁定的,先解锁就能登陆上了。 使用下面的语句解锁scott:

  alter user scott account unlock;

  解锁之后可能会要求你该密码:

  alter user scott identified by tiger;

  再登陆:

  sqlplus scott/tiger

  就能登陆了

  Oracle锁定和解锁用户的命令

  SQL> conn /as sysdba
  已连接。
  //scott 用户在没有设定tieger默认密码时,登陆不上

2.

常用oralce_sql

标签:

原文地址:http://www.cnblogs.com/machanghai/p/5093111.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!