修改sys密碼報錯:ORA-01994: Password file missing or disabled
SQL> conn / as sysdba
Connected.
SQL> show parameter remote
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
remote_dependencies_mode string TIMESTAMP
remote_listener string racscan:1521
remote_login_passwordfile string EXCLUSIVE
remote_os_authent boolean FALSE
remote_os_roles boolean FALSE
remote_recovery_file_dest string
result_cache_remote_expiration integer 0
SQL> alter user sys identified by 123456;
User altered.
SQL> alter system set remote_login_passwordfile=none scope=spfile;
System altered.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 2634022312 bytes
Fixed Size 8900008 bytes
Variable Size 1073741824 bytes
Database Buffers 1543503872 bytes
Redo Buffers 7876608 bytes
Database mounted.
Database opened.
SQL> show parameter remote
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
remote_dependencies_mode string TIMESTAMP
remote_listener string racscan:1521
remote_login_passwordfile string NONE
remote_os_authent boolean FALSE
remote_os_roles boolean FALSE
remote_recovery_file_dest string
result_cache_remote_expiration integer 0
SQL> alter user sys identified by 123456;
alter user sys identified by 123456
*
ERROR at line 1:
ORA-01994: Password file missing or disabled
SQL> alter system set remote_login_passwordfile=EXCLUSIVE scope=spfile;
System altered.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 2634022312 bytes
Fixed Size 8900008 bytes
Variable Size 1073741824 bytes
Database Buffers 1543503872 bytes
Redo Buffers 7876608 bytes
Database mounted.
Database opened.
SQL> alter user sys identified by 123456;
User altered.
SQL> show parameter remote
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
remote_dependencies_mode string TIMESTAMP
remote_listener string racscan:1521
remote_login_passwordfile string EXCLUSIVE
remote_os_authent boolean FALSE
remote_os_roles boolean FALSE
remote_recovery_file_dest string
result_cache_remote_expiration integer 0
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28572479/viewspace-2755397/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 修改ASM的SYS密碼ASM密碼
- sys密碼修改導致的RMAN-00571錯誤密碼
- rac中修改sys密碼(轉載)密碼
- 修改sys ,system使用者密碼密碼
- shell指令碼報錯:[: missing `]‘指令碼
- 修改ASM sys使用者密碼方法ASM密碼
- 【PASSWORD】Linux環境下使用密碼驗證方式重置SYS使用者密碼Linux密碼
- 建立密碼檔案 -ORA-01031 ,orapwd file=orapw$ORACLE_SID password=sys entries=10密碼Oracle
- 解決ubuntu修改密碼 Module is unknow報錯Ubuntu密碼
- RAC_修改SYS使用者密碼注意事項密碼
- RAC和Dataguard環境下修改sys使用者密碼密碼
- 忘記oracle的sys使用者密碼怎麼修改Oracle密碼
- HTML input password密碼框HTML密碼
- HTML input password 密碼框HTML密碼
- 關於密碼檔案,SYS密碼密碼
- Oracle Password File 理解Oracle
- ORACLE 忘記SYS密碼Oracle密碼
- RAC+DATAGUARD+ADVANCED REPLICATION環境修改sys和repadmin密碼密碼
- 忘記oracle的sys密碼該如何重置;附如何修改oracle資料庫使用者密碼Oracle密碼資料庫
- sys臨時修改其他未知使用者密碼 alter user identified by values ”密碼IDE
- 【orapw】修改sys使用者密碼會導致orapw檔案變化密碼
- 使用 password_hash 來雜湊密碼密碼
- 關於jive的password密碼問題!密碼
- Ubuntu 修改密碼Ubuntu密碼
- 修改ftp密碼FTP密碼
- Java報錯:Missing ServletWebServerFactory bean,如何解決JavaServletWebServerBean
- Viewing Password File Members (49)View
- 公司網站密碼怎麼修改?修改密碼網站?網站密碼
- PB協議報錯 it is missing required fields: (cannot determine missing fields for lite message)協議UI
- mysql 忘記密碼,mysql修改密碼MySql密碼
- EBS修改密碼導致APP-FND-01496: Cannot access application ORACLE password密碼APPOracle
- 微信提現報錯:protocol is disabled or cipher suites are inapproprProtocolUIAPP
- oracle11g忘記sys密碼Oracle密碼
- chpasswd 批量修改密碼密碼
- mysql修改root密碼MySql密碼
- Git-修改密碼Git密碼
- 修改mysql root密碼MySql密碼
- expect批量修改密碼密碼