zoukankan      html  css  js  c++  java
  • oracle user account locked

    1.Question describe 

       when you use account scott/tiger connect to oracle, you will see "the user account is locked",

       because you did't unlock the account when you install the oracle.

    2.Solution:

       ~login in account system/Cnblogs1900 (the password is setted when you installl the oracle)

       ~alter user scott account unlock;(you will see ,user has changed.)

       ~commit;(you will see , commit finished)

       ~conn scott/tiger(you will see, the password has expired, and change the password, please input the new password)

       ~(after you set the password, you can connect with the user scott account)

  • 相关阅读:
    ajax全套
    url设计规范
    内置下划线方法
    rest_framework视图
    rest_framework
    数据库设置
    HDU 6231
    HDU 6242
    CodeForces 546D
    CodeForces 940E
  • 原文地址:https://www.cnblogs.com/rocky-fang/p/5300633.html
Copyright © 2011-2022 走看看