orapwd 工具建立密碼檔案遵守的命名方法
orapwd 工具建立建立的密碼檔案 一定要orapw+例項名嗎
我在11g和10g 測試是必須要 orapw+例項名 才能登入成功
以下是驗證過程
[oracle@asm dbs]$ rm orapwasm
[oracle@asm dbs]$ orapwd file=orapwdasm password=abcdefg entries=10
[oracle@asm dbs]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jul 26 17:24:07 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn sys/abcdefg@asm as sysdba
ERROR:
ORA-01031: insufficient privileges
SQL> exit
[oracle@asm dbs]$ ls
ab_+ASM.dat hc_+ASM.dat initdw.ora lkASM orapw+ASM spfile+ASM.ora
hc_asm.dat initasm.ora init.ora lk+ASM orapwdasm sqlnet.log
[oracle@asm dbs]$ rm orapwdasm
[oracle@asm dbs]$ ls
ab_+ASM.dat hc_+ASM.dat initdw.ora lkASM orapw+ASM sqlnet.log
hc_asm.dat initasm.ora init.ora lk+ASM spfile+ASM.ora
[oracle@asm dbs]$ orapwd file=orapwasm password=abcdefg entries=10
[oracle@asm dbs]$ ls
ab_+ASM.dat hc_+ASM.dat initdw.ora lkASM orapwasm spfile+ASM.ora
hc_asm.dat initasm.ora init.ora lk+ASM orapw+ASM sqlnet.log
[oracle@asm dbs]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jul 26 17:25:03 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> conn sys/abcdefg@asm as sysdba
Connected.
SQL>
這是itpub網友lwjnbtx 查的官方文件
1. unix 環境:
查了
1. Log in as the Oracle software owner.
2. Use the orapwd utility to create the password file as follows:
$ $ORACLE_HOME/bin/orapwd file=filename password=password entries=max_users
...
filename The name of the file in which password information is written
The name of the file must be orapwsid, and you must supply the full
path name. Its contents are encrypted. Typically, the password file is
created in the $ORACLE_HOME/dbs directory.
請注意黑體字, 所以unix環境中, password file 一定是要用 orapw
2. windows 環境:
查了 (沒查64-bit)
To create and populate a password file:
1. Create a password file with the Password Utility:
C:> orapwd FILE=PWDsid.ora PASSWORD=password ENTRIES=max_users
where
¦ FILE specifies the password filename.
¦ SID identifies the database instance.
¦ PASSWORD sets the password for account SYS.
¦ ENTRIES sets maximum number of entries in password file. This corresponds
to maximum number of distinct users allowed to connect to the database
simultaneously with either the SYSDBA or the SYSOPER DBA privilege.
2. Set initialization parameter file parameter REMOTE_LOGIN_PASSWORDFILE to
exclusive, shared, or none.
In search of the password file, Oracle Database looks in the registry for the value of parameter
ORA_SID_PWFILE. If no value is specified, then it looks in the registry for the
value of parameter ORA_PWFILE, which points to a file containing usernames,
passwords, and privileges. If that is not set, then it uses the default:
ORACLE_BASEORACLE_HOMEDATABASEPWDsid.ORA.
The default value is shared.
請注意黑體字, windows 環境中, 很大的部分是基於 registry 中變數 ora_sid_pwfile 或者 ora_pwfile 的設定, 預設的值, 正如paulyibinyi兄弟指出的, 是 pwd
總結下密碼檔案命名方法
linux下orapw+例項名
windows下pwd+例項名
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-411987/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle的ORAPWD工具用來建立密碼檔案Oracle密碼
- orapwd建立密碼及驗證方法密碼
- 1.7.2. 使用ORAPWD建立資料庫密碼檔案資料庫密碼
- Oracle 建立口令檔案 orapwdOracle
- 建立oracle 密碼檔案Oracle密碼
- 建立密碼檔案 -ORA-01031 ,orapwd file=orapw$ORACLE_SID password=sys entries=10密碼Oracle
- 管理(002):建立密碼檔案示例密碼
- ORACLE 8I 建立密碼檔案!Oracle密碼
- 指令碼檔案命名指令碼
- 批次檔案重新命名的方法
- 【密碼檔案】Oracle 18c orapwd 命令 OPW-00029: Password complexity failed密碼OracleAI
- Oracle密碼檔案的建立、使用和維護 (zt)Oracle密碼
- 使用node構建檔案重新命名指令碼工具指令碼
- Linux基礎命令---htpasswd建立密碼檔案Linux密碼
- Oracle工具——ORAPWDOracle
- MagiName for Mac(數碼照片檔案重新命名工具)Mac
- 怎樣使用orapwd新建口令檔案
- 關於ORACLE作業系統認證和ORAPWD密碼檔案認證SYSDBA許可權Oracle作業系統密碼
- 關於密碼檔案,SYS密碼密碼
- Oracle 密碼檔案Oracle密碼
- rac中的密碼檔案密碼
- oracle 19c建立非OMF檔案命名格式的PDBOracle
- 破解Word檔案密碼保護的簡單方法(轉)密碼
- 1.7. 建立和維護資料庫密碼檔案資料庫密碼
- windows10如何對多個檔案重新命名_windows10批量重新命名檔案的方法Windows
- windows10如何對多個檔案重新命名_windows10批次重新命名檔案的方法Windows
- Delphi編碼標準——檔案命名 (轉)
- Oracle優化案例-建立不成功的密碼檔案(二十七)Oracle優化密碼
- 區域網訪問共享檔案需要密碼怎麼辦?取消區域網共享檔案訪問密碼的方法密碼
- Oracle:ASM & 密碼檔案OracleASM密碼
- A Better Finder Attributes Mac檔案重新命名工具Mac
- Oracle 12c的DG自動同步密碼檔案--ASM 新特性:共享密碼檔案Oracle密碼ASM
- 用Java程式碼批量重新命名檔案Java
- RAC環境中的密碼檔案密碼
- 破解cisco配置檔案密碼密碼
- 密碼檔案資訊總結密碼
- oracle 關於--密碼檔案Oracle密碼
- 關於oracle 密碼檔案Oracle密碼