Home  >  Article  >  Database  >  Oracle密码带特殊字符,如”@“号,在imp,exp里的写法

Oracle密码带特殊字符,如”@“号,在imp,exp里的写法

WBOY
WBOYOriginal
2016-06-07 17:13:341923browse

Oracle密码带特殊字符,如rdquo;@ldquo;号,在imp,exp里的写法。

Oracle密码带特殊字符,如”@“号,,在imp,exp里的写法。

今天在做Oracle数据导出的时候,由于用户名的密码使用的是特殊字符,所以遇到了错误代码:“EXP-00056: 遇到 ORACLE 错误 12154”,网上查找原因,需要用引号扩起来,但是os不同,方式也不同:

windows os: exp username/"""password"""@devdb --3个双引号扩密码

linux/unix os: exp "username/"password"@devdb" --1个双引号扩密码,1个单引号扩全部

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn