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

 

转https://blog.csdn.net/huangbaokang/article/details/86579794

 

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

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

 

 

转https://www.cnblogs.com/wqswjx/p/5527542.html

Oracle用户密码含有特殊字符导致无法登陆解决方法

Linux平台登录方式:'test/"aba123!@#"'@scp --1个双引号扩密码,1个单引号扩 用户名+密码,即: '用户名/"密码"'@服务名

复制代码
[oracle@dg1 ~]$ sqlplus 'test/"aba123!@#"'@scp

SQL*Plus: Release 12.1.0.2.0 Production on Thu May 26 00:34:37 2016

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


Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

SQL> 
复制代码


Windows 平台:test/"""aba123!@#"""@10.0.96.96/etdb   --3个双引号扩密码,即: 用户名/"""密码"""@服务名

posted @ 2020-10-20 10:30  feiyun8616  阅读(404)  评论(0编辑  收藏  举报