CentOS7使用exp/imp时报错:bash: syntax error near unexpected token `(

今天在CentOS7下使用exp语句导出数据时遇到报错,使用的脚本都是其他环境下验证过的脚本,很是奇怪。

1.测试环境

CentOS 7+Oracle11.2.0.3.0

点击(此处)折叠或打开

  1. [root@localhost hoegh]# cat /etc/centos-release
  2. CentOS Linux release 7.2.1511 (Core)
  3. [root@localhost hoegh]#
  4. [root@localhost hoegh]# sqlplus sys/sys as sysdba

  5. SQL*Plus: Release 11.2.0.3.0 Production on 星期三 11月 1 11:43:51 2017

  6. Copyright (c) 1982, 2011, Oracle. All rights reserved.


  7. Connected to:
  8. Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
  9. With the Partitioning, OLAP, Data Mining and Real Application Testing options

  10. SQL> select * from v$version;

  11. BANNER
  12. --------------------------------------------------------------------------------
  13. Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
  14. PL/SQL Release 11.2.0.3.0 - Production
  15. CORE    11.2.0.3.0    Production
  16. TNS for Linux: Version 11.2.0.3.0 - Production
  17. NLSRTL Version 11.2.0.3.0 - Production

  18. SQL>
  19. SQL>
  20. SQL> exit
  21. Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
  22. With the Partitioning, OLAP, Data Mining and Real Application Testing options
  23. [root@localhost hoegh]#

2.exp语句报错


点击(此处)折叠或打开

  1. [root@localhost hoegh]#
  2. [root@localhost hoegh]# exp hoegh/hoegh tables=(HOEGH1,HOEGH2,HOEGH3,HOEGH4,HOEGH5) file=/home/hoegh/hoegh.dmp
  3. bash: syntax error near unexpected token `(

3.解决

需要在括号上添 加双引号才行。

点击(此处)折叠或打开

  1. [root@localhost hoegh]#
  2. [root@localhost hoegh]# exp hoegh/hoegh tables="(HOEGH1,HOEGH2,HOEGH3,HOEGH4,HOEGH5)" file=/home/hoegh/hoegh.dmp

  3. Export: Release 11.2.0.3.0 - Production on 星期三 11月 1 11:44:58 2017

  4. Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.


  5. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
  6. With the Partitioning, OLAP, Data Mining and Real Application Testing options
  7. Export done in AL32UTF8 character set and AL16UTF16 NCHAR character set

  8. About to export specified tables via Conventional Path ...
  9. . . exporting table HOEGH1 2 rows exported
  10. . . exporting table HOEGH2 500 rows exported
  11. . . exporting table HOEGH3 1500 rows exported
  12. . . exporting table HOEGH4 2 rows exported
  13. . . exporting table HOEGH5 500 rows exported
  14. Export terminated successfully without warnings.
  15. [root@localhost hoegh]#

~~~~~~~ the end~~~~~~~~~
hoegh
2017.11.1

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/30162081/viewspace-2146700/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/30162081/viewspace-2146700/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值