getchen

1.安装教程参看:https://jingyan.baidu.com/article/3c48dd34be2a32e10be35881.html

 

2.用户解锁

  --> 运行cmd

  --> 输入sqlplus / as sysdba 后回车,以超级管理员身份登录

  --> 输入alter user 账户 account unlock;进行解锁,注意语句以 ; 结束。  例如:alter user scott account unlock;  scott账户为oracle 账户

   oracle默认账号与密码

  

  --- oracle默认的账号是被锁定的,想要实现该账户的登录,必须解锁账户

 

3.用户密码的修改

--  在2.中的步骤操作之后   输入:alter user scott identified by 密码。例如 alter user scott identified by 123; 即将scott账户的密码修改为123

 

分类:

技术点:

相关文章:

  • 2021-12-21
  • 2022-01-28
  • 2021-09-04
  • 2021-11-12
  • 2021-12-09
  • 2021-12-09
  • 2021-12-20
猜你喜欢
  • 2021-12-20
  • 2022-01-22
  • 2021-12-04
  • 2021-07-03
  • 2021-08-13
  • 2022-02-20
相关资源
相似解决方案