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 ~]$

  • 相关阅读:
    hdu5269 ZYB loves Xor I
    UVA 11181 Probability|Given
    UVA 10277 Boastin' Red Socks
    CodeForces 566B Replicating Processes
    UVA 10714 Ants
    CodeForces 567B Berland National Library hdu-5477 A Sweet Journey
    UVA 10759 Dice Throwing
    UVA 11027
    「CF241E」Flights
    「CF891C」Envy
  • 原文地址:https://www.cnblogs.com/kamil/p/6062425.html
Copyright © 2011-2022 走看看