Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1 つのパッケージを実行した後、次のエラーが発生しました Oracle エラーが発生しました:ORA-20011: Execute_system: 受信中にエラーが発生しました。
Status = 1
エラーの意味、エラーが発生する理由、エラーを修正する方法を教えてください
Oracle は、ORA-20000 から ORA-20999 までのエラー番号を私たちユーザー用に予約しています。これは、サイトの誰かが独自のユーザー定義エラーをプログラムしたことを意味します。パッケージは RAISE_APPLICATION_ERROR(-20011,'Execute_system: Error while receive.') を発行します。声明。パッケージ本体で直接、またはパッケージが変更しているテーブルの 1 つでデータベース トリガーを介して間接的に。
よろしく、 ロブ。