zoukankan      html  css  js  c++  java
  • oracle 修改密码

    [oracle@t-ecif03-v-szzb ~]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.3.0 Production on Mon Nov 14 23:06:13 2016

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Connected to an idle instance.

    SQL> exit
    Disconnected
    [oracle@t-ecif03-v-szzb ~]$ ps -ef|grep pmon
    oracle 659 31868 0 23:06 pts/2 00:00:00 grep pmon
    oracle 32067 1 0 Nov12 ? 00:00:14 ora_pmon_kamiltest1
     
    [oracle@t-ecif03-v-szzb ~]$ export ORACLE_SID=kamiltest1
    [oracle@t-ecif03-v-szzb ~]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.3.0 Production on Mon Nov 14 23:06:59 2016

    Copyright (c) 1982, 2011, Oracle. All rights reserved.


    ???:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options

    SQL> alter user sys identified by "oracle1122";

    ??????
    SQL> exit
    ? Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options ??
    [oracle@t-ecif03-v-szzb ~]$

  • 相关阅读:
    快速生成树协议 RSTP
    VLAN间路由
    二层交换机原理
    网络安全系统之四 PKI体系
    网络安全系统之三 数字证书
    生成树协议 STP
    网络安全系统之二 数字签名
    网络安全系统之一 加密算法
    系统可靠性
    DNS资源记录
  • 原文地址:https://www.cnblogs.com/kamil/p/6062425.html
Copyright © 2011-2022 走看看