exp命令报错:-bash: syntax error near unexpected token `(‘

Posted 光辉飞翔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了exp命令报错:-bash: syntax error near unexpected token `(‘相关的知识,希望对你有一定的参考价值。

exp命令报错:-bash: syntax error near unexpected token `(‘

括号转义

在linux执行exp命令报错,如下:

[oracle]$ exp system/****@orasid file=/home/oracle/dump/exp.dmp owner=(a,b,c,d) log=/home/oracle/dump/exp_a_b_c_d.log buffer=102400000
-bash: syntax error near unexpected token `(\'


经查是linux系统执行命令的小括号需要转义,改成如下命令,正常执行

[oracle]$ exp system/****@orasid file=/home/oracle/dump/exp.dmp owner="(a,b,c,d)" log=/home/oracle/dump/exp_a_b_c_d.log buffer=102400000

也可以在小括号前加 \\ 转义:

[oracle]$ exp system/****@orasid file=/home/oracle/dump/exp.dmp owner=\\(a,b,c,d\\) log=/home/oracle/dump/exp_a_b_c_d.log buffer=102400000
1
参考网址:https://blog.csdn.net/feng2147685/article/details/85238775
————————————————
版权声明:本文为CSDN博主「逍遥不逍遥008」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/zhaoyq008/article/details/107085162/

以上是关于exp命令报错:-bash: syntax error near unexpected token `(‘的主要内容,如果未能解决你的问题,请参考以下文章

执行shell脚本报错Syntax error: “(“ unexpected

执行shell脚本报错Syntax error: “(“ unexpected

执行shell脚本报错Syntax error: “(“ unexpected

linux下打开一个带有括号的文件。报错bash: syntax error near unexpected token `('

Python操作mysql数据库出现pymysql.err.ProgrammingError: (1064, "You have an error in your SQL syntax; c

Linux执行sh脚本报错: Syntax error: Bad fd number