温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

CentOS7使用exp/imp时报错怎么办

发布时间:2021-11-10 09:51:43 来源:亿速云 阅读:220 作者:小新 栏目:关系型数据库

这篇文章给大家分享的是有关CentOS7使用exp/imp时报错怎么办的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。

在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]#

感谢各位的阅读!关于“CentOS7使用exp/imp时报错怎么办”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI