真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

CentOS7使用exp/imp時(shí)報(bào)錯(cuò)怎么辦

這篇文章給大家分享的是有關(guān)CentOS7使用exp/imp時(shí)報(bào)錯(cuò)怎么辦的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。

讓客戶滿意是我們工作的目標(biāo),不斷超越客戶的期望值來自于我們對(duì)這個(gè)行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡(jiǎn)單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價(jià)值的長(zhǎng)期合作伙伴,公司提供的服務(wù)項(xiàng)目有:域名注冊(cè)、網(wǎng)頁空間、營(yíng)銷軟件、網(wǎng)站建設(shè)、科爾沁網(wǎng)站維護(hù)、網(wǎng)站推廣。

在CentOS7下使用exp語句導(dǎo)出數(shù)據(jù)時(shí)遇到報(bào)錯(cuò),使用的腳本都是其他環(huán)境下驗(yàn)證過的腳本,很是奇怪。

1.測(cè)試環(huán)境

CentOS 7+Oracle11.2.0.3.0

點(diǎn)擊(此處)折疊或打開

  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語句報(bào)錯(cuò)

點(diǎn)擊(此處)折疊或打開

  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.解決

需要在括號(hào)上添加雙引號(hào)才行。

點(diǎn)擊(此處)折疊或打開

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

感謝各位的閱讀!關(guān)于“CentOS7使用exp/imp時(shí)報(bào)錯(cuò)怎么辦”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!


當(dāng)前標(biāo)題:CentOS7使用exp/imp時(shí)報(bào)錯(cuò)怎么辦
分享URL:http://weahome.cn/article/gjdhop.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部