CentOS7使用exp/imp時報錯:bash: syntax error near unexpected token `(
今天在CentOS7下使用exp語句匯出資料時遇到報錯,使用的指令碼都是其他環境下驗證過的指令碼,很是奇怪。
~~~~~~~ the end~~~~~~~~~
hoegh
2017.11.1
1.測試環境
CentOS 7+Oracle11.2.0.3.0點選(此處)摺疊或開啟
-
[root@localhost hoegh]# cat /etc/centos-release
-
CentOS Linux release 7.2.1511 (Core)
-
[root@localhost hoegh]#
-
[root@localhost hoegh]# sqlplus sys/sys as sysdba
-
-
SQL*Plus: Release 11.2.0.3.0 Production on 星期三 11月 1 11:43:51 2017
-
-
Copyright (c) 1982, 2011, Oracle. All rights reserved.
-
-
-
Connected to:
-
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
-
With the Partitioning, OLAP, Data Mining and Real Application Testing options
-
-
SQL> select * from v$version;
-
-
BANNER
-
--------------------------------------------------------------------------------
-
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
-
PL/SQL Release 11.2.0.3.0 - Production
-
CORE 11.2.0.3.0 Production
-
TNS for Linux: Version 11.2.0.3.0 - Production
-
NLSRTL Version 11.2.0.3.0 - Production
-
-
SQL>
-
SQL>
-
SQL> exit
-
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
-
With the Partitioning, OLAP, Data Mining and Real Application Testing options
- [root@localhost hoegh]#
2.exp語句報錯
點選(此處)摺疊或開啟
-
[root@localhost hoegh]#
-
[root@localhost hoegh]# exp hoegh/hoegh tables=(HOEGH1,HOEGH2,HOEGH3,HOEGH4,HOEGH5) file=/home/hoegh/hoegh.dmp
- bash: syntax error near unexpected token `(
3.解決
需要在括號上添加雙引號才行。點選(此處)摺疊或開啟
-
[root@localhost hoegh]#
-
[root@localhost hoegh]# exp hoegh/hoegh tables="(HOEGH1,HOEGH2,HOEGH3,HOEGH4,HOEGH5)" file=/home/hoegh/hoegh.dmp
-
-
Export: Release 11.2.0.3.0 - Production on 星期三 11月 1 11:44:58 2017
-
-
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
-
-
-
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
-
With the Partitioning, OLAP, Data Mining and Real Application Testing options
-
Export done in AL32UTF8 character set and AL16UTF16 NCHAR character set
-
-
About to export specified tables via Conventional Path ...
-
. . exporting table HOEGH1 2 rows exported
-
. . exporting table HOEGH2 500 rows exported
-
. . exporting table HOEGH3 1500 rows exported
-
. . exporting table HOEGH4 2 rows exported
-
. . exporting table HOEGH5 500 rows exported
-
Export terminated successfully without warnings.
- [root@localhost hoegh]#
~~~~~~~ the end~~~~~~~~~
hoegh
2017.11.1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30162081/viewspace-2146700/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- syntax error near unexpected token `Error
- shell 指令碼報錯^M: syntax error near unexpected token指令碼Error
- Linux 5中出現的-bash: syntax error near unexpected token `('錯誤LinuxError
- syntax error near unexpected token `問題的解決Error
- webpack打包vue檔案時報錯`Unexpected token:`WebVue
- Solaris syntax error: unexpected end of fileError
- exp tables sh: Syntax error: `(' is not expectedError
- Laravel 8使用 佇列任務出現 「 syntax error, unexpected ')' 」錯誤解決Laravel佇列Error
- line 10:syntax error: unexpected end of fileError
- 配置NDK syntax error: unexpected end of file 解決Error
- 解決 eslint 的 Parsing error: Unexpected token 錯誤EsLintError
- Solaris awk: syntax error near line 1 awk: bailing out near line 1ErrorAI
- npm ERR! Unexpected token in JSON at position 0 while parsing near ’ npm ERR! <!–////////NPMJSONWhile
- eclipse 引入外部js檔案報Syntax error on token 錯解決方案EclipseJSError
- 【EXP/IMP】使用EXP /IMP工具“模糊”匯出和匯入
- 360 Atals:Cause: java.sql.SQLException: Proxy Warning - near “status“: syntax errorJavaSQLExceptionError
- exp/imp工具的使用
- jquery Ajax 請求錯誤 Unexpected tokenjQuery
- npm 安裝 uirecorder 報錯 Unexpected tokenNPMUI
- PbootCMS 升級後網站打不開,解析錯誤 Parse error: syntax error, unexpected ‘:’, expecting ‘{’怎麼辦boot網站Error
- 【exp/imp不同版本】Oracle不同版本的exp/imp使用注意事項Oracle
- Oracle安裝報錯syntax errorOracleError
- ORACLE exp/imp匯入報錯IMP-00009&IMP-00028&IMP-00015Oracle
- pecl PHP Parse error: syntax error, unexpected 'new' (T_NEW) 以及 XML缺失解決辦法PHPErrorXML
- exp/imp工具
- Oracle imp/expOracle
- 理解exp, imp 使用direct=y 及imp commit=yMIT
- MySQL 報錯MySQL server syntax to use near 'OPTION SQL_SELECT_LIMIT=DEFAULT'MySqlServerMIT
- imp匯入檔案時報大量的imp-0008錯誤
- 不同版本exp/imp使用注意事項
- ORACLE IMP和EXP的使用實驗Oracle
- oracle實驗記錄 (使用exp/imp)Oracle
- oracle exp和impOracle
- oracle imp和expOracle
- exp imp資料
- oracle exp imp 用法Oracle
- EXP&IMP PIPE
- JN專案-Hibernate報錯unexpected token: select