输入banner图图片脚本导航/分类

oracle数据库

  1. 用户帐号被锁:alter user scott account unlock;

  2. 修改用户密码:alter user scott identified by 123456;

  3. Centos下启动oracle服务:

    切换到oracle用户:su - oracle

    lsnrctl start

    sqlplus / as sysdba

    startup

    exit

oracle数据库

标签:identified   oracle   account   密码   数据库