修改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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- shell指令碼報錯:[: missing `]‘指令碼
- 解決ubuntu修改密碼 Module is unknow報錯Ubuntu密碼
- 解決Chrome外掛安裝時報錯:“Manifest file is missing or unreadable“Chrome
- HTML input password 密碼框HTML密碼
- HTML input password密碼框HTML密碼
- sys臨時修改其他未知使用者密碼 alter user identified by values ”密碼IDE
- 忘記oracle的sys密碼該如何重置;附如何修改oracle資料庫使用者密碼Oracle密碼資料庫
- Java報錯:Missing ServletWebServerFactory bean,如何解決JavaServletWebServerBean
- scp 報錯 not a regular file
- ansible 修改密碼密碼
- Ubuntu 修改密碼Ubuntu密碼
- 公司網站密碼怎麼修改?修改密碼網站?網站密碼
- 微信提現報錯:protocol is disabled or cipher suites are inapproprProtocolUIAPP
- chpasswd 批量修改密碼密碼
- Mendix 修改pg密碼密碼
- 504.3 Password and Access Attacks 密碼和訪問攻擊密碼
- unity 程式碼批量修改Remove Missing Script和批量修改指定元件的內容UnityREM元件
- Nessus提示API Disabled錯誤API
- git clone 報錯 “URL using bad/illegal format or missing URL“GitORM
- 修改帝國網站登入密碼?網站被人修改了密碼?網站密碼
- querydsl報錯: Attempt to recreate a file for type
- 頁面報錯 No input file specified
- 修改 MySQL 登入密碼MySql密碼
- mysql8.0修改密碼MySql密碼
- Sqlserver修改連線密碼SQLServer密碼
- rar password recover(rar密碼恢復工具) v2.0.0.0密碼
- git拉取程式碼報錯filename too long unable to create fileGit
- fatal error: sys/cdefs.h: No such file or directoryError
- 記一次 打包報錯:Keystore was tampered with, or password was incorrect
- 關於Support for password authentication 報錯的解決方案
- 解決安裝Redis之後設定密碼,報(error) ERR Client sent AUTH, but no password is setRedis密碼Errorclient
- tasklist 遠端獲取程式報錯賬號密碼錯誤密碼
- go-password:生成類似1Password或LastPass高熵隨機密碼的Go庫GoAST熵隨機密碼
- SQLyog連線資料庫報錯:錯誤號碼2058 plugin caching_sha2_password could not be loadedSQL資料庫Plugin
- Win10系統登入密碼錯誤次數如何修改Win10密碼
- NordPass:資料顯示全球最常用的密碼是“password”密碼
- 分享APP專用密碼app-specific password配置過程APP密碼
- linux環境下sqlplus sys/sys@ORCL as sysdba報錯 ORA-01031: insufficient privilegesLinuxSQL