SQLDeveloper を使用してテーブルのエクスポートを行うことができ、正常に動作します。しかし、オラクルのExpコマンドを使用すると、次のエラーが発生します
C:\>exp CHORUS_RO/uiopfdsq@C2PROD TABLES=(USER_CHORUS.CHO_FAQ_ITEM) file='D:\exports'
Export: Release 11.2.0.2.0 - Production on Ven. Ao¹t 3 18:30:47 2012
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
server uses AL32UTF8 character set (possible charset conversion)
About to export specified tables via Conventional Path ...
EXP-00009: no privilege to export USER_CHORUS's table CHO_FAQ_ITEM
Export terminated successfully with warnings.
なんで ?私には輸出する能力がないので、輸出する特権を与える以外に何ができますか?