如何修改ASM SYS使用者密碼

來源:互聯網
上載者:User

如何修改ASM SYS使用者密碼

你必須使用orapwd命令重建密碼檔案的方式來修改sys使用者的密碼,而不能使用alert user命令:

1.設定ASM執行個體的Oracle_HOME和ORACLE_SID

2. connect /as sysdba fromsqlplus

3. 如果參數 "remote_login_passwordfile" 設定為EXCLUSIVE,必須關閉ASM執行個體

4. RENAME或DELETE已存在的密碼檔案PWD<SID>.ora( InWindows) / orapw<SID> ( in UNIX)

5.使用命令:

WINDOWS:

orapwdfile=<ORACLE_HOME>/database/PWD<SID>.orapassword=<sys_password>

UNIX:

orapwdfile=<ORACLE_HOME>/dbs/orapw<SID> password=<sys_password>

 在11.2你還能使用asmcmd使改單ASM執行個體的SYS使用者密碼

$ export ORACLE_SID=+ASM

$ asmcmd

ASMCMD> passwd sys
Enter old password (optional): ******
Enter new password: ******

 In Clusterenvironment

ASMCMD> orapwusr--modify --password sys

Enter password: ******
ASMCMD> exit

NOTE: This is notapplicable for SYSASM privilege.

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.