oracle使用者口令中帶@符號問題
oracle使用者口令中帶@符號問題
==================
oracle@localhost ~$sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.4.0 - Production on Tue Dec 28 17:46:46 2010
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
建立特殊符號口令使用者
SQL> create user abs_test identified by "abc@dd";
User created.
SQL> grant dba to abs_test;
Grant succeeded.
本地連線使用雙引號擴住本地就可以登陸
SQL> conn abs_test/"abc@dd"
Connected.
SQL>
SQL> create user an identified by an ;
User created.
SQL> grant dba to an;
Grant succeeded.
遠端連線
普通口令使用者
C:\Documents and Settings\Administrator>sqlplus an/an@197
SQL*Plus: Release 10.1.0.2.0 - Production on 星期二 12月 28 18:01:31 2010
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
帶特殊字元口令使用者
C:\Documents and Settings\Administrator>sqlplus abs_test/"abc@dd"@197
SQL*Plus: Release 10.1.0.2.0 - Production on 星期二 12月 28 18:01:35 2010
Copyright (c) 1982, 2004, Oracle. All rights reserved.
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
Enter user-name:
結論:雖然本地連線可以,但遠端連線還是連不上,有限制的。
不能這麼使用
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/13177610/viewspace-682741/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- latex 中求和符號、箭頭問題符號
- EJB QL裡的〈符號問題符號
- Oracle 轉移符問題Oracle
- mongo shell中特殊判斷符號轉義的問題Go符號
- iOS Url特殊符號編碼問題iOS符號
- oracle使用者口令管理策略Oracle
- 符號三角形問題符號
- php+mysql 解決emoji表情符號問題PHPMySql符號
- lombok編譯遇到“找不到符號的問題”Lombok編譯符號
- python 中 *符號Python符號
- VS2008中解決“cout未知識別符號”問題符號
- 【問題處理】使用trim和 replace處理字串中的換行符號字串符號
- 正則中括號點符號符號
- oracle rename 的連帶問題Oracle
- 如何解決jQuery的美元$符號衝突問題jQuery符號
- 解決UILable標點符號居中的問題UI符號
- MYSQL-給帶特殊符號的資料庫建立使用者名稱MySql符號資料庫
- Oracle 11g使用者口令過期Oracle
- HTML 中的特殊符號HTML符號
- C++中*和&符號C++符號
- CSS中的特殊符號CSS符號
- shell中的特殊符號符號
- [20171101]修改oracle口令安全問題.txtOracle
- oracle 識別符號規範Oracle符號
- Oracle中的鑑權口令認證Oracle
- 解決Oracle序列跳號問題Oracle
- 破解Oracle一般使用者的口令(轉)Oracle
- escape函式處理帶加號字串問題函式字串
- 終於搞懂Word中如何插入特殊符號了!帶圈序號、勾叉不在話下!符號
- oracle使用者密碼有@符號時,sqlplus連線方式Oracle密碼符號SQL
- latex 中的存在,任意, ξ 符號符號
- 批處理中的符號符號
- XML中輸入特殊符號XML符號
- html中的常用特殊符號HTML符號
- jQuery中$符號規則(7)jQuery符號
- Yaml中特殊符號"| > |+ |-"的作用YAML符號
- 【ORACLE】oracle 使用者(sysdba)遠端登入和口令認證Oracle
- Oracle 12.2 長識別符號Oracle符號