exp数据库时,遇到密码有特殊字符情况(!@#)oracle不能正确识别net服务名,处理方法:
     1、在windows系统解决办法
           exp  用户名/“““密码”””@ip/sid  file=xxx.dmp  log=xxx.log

           例:exp 用户名/"""密码"""@ip/sid file=D:\xxx.dmp
      注:其中:“““密码”””,3对双引号。
      2、在linux系统解决办法
            exp ‘用户名/“密码“’@ip/sid  file=xxx.dmp log=xxx.log

            例:exp '用户名/"密码"'@ip/sid file=D:\xxx.dmp
       注:其中:“密码“,1对双引号。‘用户名/“密码”’ ,1对单引号

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-09-30
  • 2021-06-05
猜你喜欢
  • 2022-12-23
  • 2021-08-16
  • 2021-08-30
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案