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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 17:13:34
Original
1982 people have browsed it

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 of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template