免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
Oracle用戶密碼含有 特殊字符如何處理,例“/” 如何進(jìn)行導(dǎo)出數(shù)據(jù)?
通常我們在設(shè)置Oracle密碼時會將密碼設(shè)置的比較復(fù)雜,一般有字母數(shù)字特殊符號組成
但是在有特殊符號時,修改密碼或著導(dǎo)入導(dǎo)出數(shù)據(jù)時會遇到麻煩,下文便是對該情況下的解釋說明:
本文以特殊符號“/”作為例子
一、Linux環(huán)境,數(shù)據(jù)庫為Oracle10g
1、修改密碼

[oracle@olivenan oracle]$ sqlplus '/as sysdba'

SQL*Plus: Release 10.2.0.1.0 - Production on Wed May 17 14:33:32 2006

Copyright (c) 1982, 2005, Oracle.  All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> alter user test identified by aa/aa;

alter user test identified by aa/aa
                                  *
ERROR at line 1:
ORA-00922: missing or invalid option

此處應(yīng)該使用""
SQL> alter user test identified by "aa/aa";

User altered.

SQL>


[oracle@olivenan oracle]$ exp test/aa/aa file=test.dmp buffer=65536

Export: Release 10.2.0.1.0 - Production on Wed May 17 14:32:10 2006

Copyright (c) 1982, 2005, Oracle.  All rights reserved.


EXP-00004: invalid username or password
Username:

此處應(yīng)該進(jìn)行轉(zhuǎn)義使用 " "處理密碼,使用 ' '處理用戶名和密碼

[oracle@olivenan oracle]$ exp 'test/"aa/aa"' file=test.dmp buffer=65536

Export: Release 10.2.0.1.0 - Production on Wed May 17 14:32:52 2006

Copyright (c) 1982, 2005, Oracle.  All rights reserved.


Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set

About to export specified users ...
. exporting pre-schema procedural objects and actions

...............

導(dǎo)出成功,此處省略

二、Windows Xp下,數(shù)據(jù)庫為Oracle9i


C:\Documents and Settings\w>sqlplus /nolog

SQL*Plus: Release 9.2.0.1.0 - Production on Wed May 17 14:56:34 2006

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

SQL> connect sys/olivenan as sysdba
Connected.
SQL> alter user test identified by aa/aa;
alter user test identified by aa/aa
                                      *
ERROR at line 1:
ORA-00922: missing or invalid option

此處使用""
SQL> alter user test identified by "aa/aa";

User altered.

SQL>

Microsoft Windows XP [版本 5.1.2600]
(C) 版權(quán)所有 1985-2001 Microsoft Corp.

C:\Documents and Settings\w>exp test/aa/aa file=aa.dmp buffer=65536

Export: Release 9.2.0.1.0 - Production on Wed May 17 14:58:50 2006

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.


EXP-00004: invalid username or password
Username:
Password:
EXP-00056: ORACLE error 1017 encountered
ORA-01017: invalid username/password; logon denied
Username: ^Z^Z

EXP-00030: Unexpected End-Of-File encountered while reading input
EXP-00000: Export terminated unsuccessfully

此處使用"""   """來處理用戶密碼

C:\Documents and Settings\w>exp test/"""aa/aa""" file=aa.dmp buffer=65536

Export: Release 9.2.0.1.0 - Production on Wed May 17 14:59:10 2006

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.


Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
server uses ZHS16GBK character set (possible charset conversion)

About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user test
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user test
About to export test's objects ...
. exporting database links
. exporting sequence numbers
........

導(dǎo)出成功,此處省略

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報(bào)
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
oracle imp命令詳細(xì)介紹
Linux下Oracle備份腳本
ORACLE
如何在oracle中導(dǎo)入dmp數(shù)據(jù)庫文件
Oracle數(shù)據(jù)庫日常運(yùn)維常用腳本
導(dǎo)入導(dǎo)出的權(quán)限
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服