oracle grant 語句的GRANT privilige TO user IDENTIFIED BY password 語法的再次試驗-user已經存在但是賦予不同密碼
oracle grant 語句的GRANT privilige TO user IDENTIFIED BY password 語法
-user已經存在但是賦予不同密碼
C:Documents and SettingsAdministrator>sqlplus scott/aaaaaa@lei
SQL*Plus: Release 11.1.0.6.0 - Production on 星期六 10月 8 22:01:59 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> exit
從 Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 斷
開
C:Documents and SettingsAdministrator>sqlplus system/aaaaaa@lei
SQL*Plus: Release 11.1.0.6.0 - Production on 星期六 10月 8 22:04:48 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
連線到:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> GRANT CONNECT,RESOURCE,UNLIMITED TABLESPACE TO SCOTT IDENTIFIED BY TIGER
2 ;
授權成功。
SQL> exit
從 Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 斷
開
C:Documents and SettingsAdministrator>sqlplus scott/aaaaaa@lei
SQL*Plus: Release 11.1.0.6.0 - Production on 星期六 10月 8 22:05:05 2011
Copyright (c) 1982, 2007, Oracle. All rights reserved.
ERROR:
ORA-01017: invalid username/password; logon denied
請輸入使用者名稱:
試驗結論:
GRANT privilige TO user IDENTIFIED BY password 語法 當此user使用者存在時,會更新此使用者的密碼,這算一個修改密碼的方法了。呵呵。。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1055514/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle grant 語句的GRANT privilige TO user IDENTIFIED BY password 語法OracleIDE
- oracle grant 授權語句Oracle
- 使用skip-grant-tables啟動庫後不能執行grant語句
- 關於GRANT賦權時,WITH GRANT OPTION和WITH ADMIN OPTION的使用
- oracle備份指令碼_user_passwordOracle指令碼
- ERROR 1410 (42000): You are not allowed to create a user with GRANTError
- JS 中賦值語句的祕密JS賦值
- grant with admin/grant option
- Mysql8.0不支援grant all privileges on *.* to root@“%“ identified by “.“;MySqlIDE
- Oracle Grant / REVOKE 正解Oracle
- sys臨時修改其他未知使用者密碼 alter user identified by values ”密碼IDE
- Oracle/PLSQL: Grant/Revoke PrivilegesOracleSQL
- Connection to x as user y failed: ERROR: Wrong password for userAIError
- Forgot Password for user id SAP*Go
- Oracle 許可權(grant、revoke)Oracle
- Oracle環境下SQL語句的不同寫法效率對比OracleSQL
- grant_type為client_credentials和password二者的區別client
- Oracle sql with 語句語法與例子OracleSQL
- Sql語句密碼驗證安全漏洞(轉)SQL密碼
- Oracle檢視授權(with grant option)Oracle
- Oracle users / 許可權 / grant privOracle
- SQL__GRANTSQL
- mysql grant 命令MySql
- MySQL Grant命令MySql
- Arkts錄製音訊報錯 ERROR: The reason and usedScene attributes are mandatory for user_grant permissions.音訊Error
- mysql中delete fro mysql.user where XX和drop user的不同MySqldelete
- oracle update語句的幾點寫法Oracle
- ORACLE UPDATE 語句語法與效能分析Oracle
- JS的語句及語法(轉)JS
- oracle user$Oracle
- 形似賦值語句的引數賦值
- grant 操作硬解析
- 關於WITH GRANT OPTION
- Access denied for user 'root'@'localhost' (using password: NO)localhost
- 【實驗】Oracle審計語句的使用演示Oracle
- Git 修改已初始化配置過的 user.name user.emailGitAI
- oracle的sql語句OracleSQL
- keras已經安裝但是顯示不存在的問題Keras