My Oracle Support Banner

SQL Developerを使用することでいくつかの表をDescribeできません (Doc ID 2010350.1)

Last updated on OCTOBER 17, 2019

適用範囲:

Oracle SQL Developer - バージョン 3.2 以降
Oracle Database Exadata Express Cloud Service - バージョン N/A 以降
Oracle Database Cloud Schema Service - バージョン N/A 以降
Oracle Cloud Infrastructure - Database Service - バージョン N/A 以降
Oracle Database Exadata Cloud Machine - バージョン N/A 以降
この文書の内容はすべてのプラットフォームに適用されます。

現象

バージョン:3.2 SQLワークシート

表をDescribeしようとすると、下記エラーが発生します。

ERROR
-----------------------
desc SP_LEDGER
ERROR:
--------------------------------------
ERROR: オブジェクトSP_LEDGER は存在しません。



ステップ
-----------------------
次のステップで問題を再現することができます。
1. 表を作成します。
2. テーブルスペース:psindexを作成します。
3. 表と同じ名前でインデックスを作成します。

create index on (process_instance)
tablespace psindex compute statistics parallel;


4. Desc を実行します。

SQL Developerでエラーが発生します。

5. SQL Plusでは「Desc」が動作します。

 

原因

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


本書の内容
現象
原因
解決策
参照情報

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.