問題タブ [oracle-ebs]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
613 参照

plsql - コンカレント・プログラムのパラメータLOVを動的に生成

パラメータが 1 つのコンカレント プログラムがあり、このパラメータの LOV はパッケージ関数を介して実行時にのみ生成できます。そうすることは可能ですか?この場合、特別な検証値セットを使用できますか?

0 投票する
1 に答える
1752 参照

plsql - Replacement of fnd_file with utl_file for logging in plsql

My package code contains fnd_file.put_line for logging purpose. I need to replace this with utl_file.put_line what will be the minimum lines of code I should write. there are 100+ occurences of fnd_file.put_line in my code for 14 procedures. Please explain what is the difference between utl_file and fnd_file? and give me the sample code as well.

My question is:

Can you please explain if the code is on server then how to give the directory location. It will include the server details as well. Please clarify with the example.

PS: I can see this package is part of concurrent programming.Is utl_file in scope?

0 投票する
0 に答える
1554 参照

python - cx_Oracle: ストアド プロシージャのパラメータとして PL/SQL レコードを使用する

PL/SQL レコード パラメータをストアド プロシージャに渡そうとしています。cx_Oracle 6.0b1 を使用しています。cx_Oracle のドキュメントから、次のコードは正しいと思いますが、常にエラーが発生しますPLS-00306: wrong number or types of arguments in call to 'CREATE_VENDOR'

私のコード:

このストアド プロシージャは、Oracle r12 E-Business Suite の一部です。その製品のデータベース インスタンスにアクセスできる場合は、このストアド プロシージャを使用できます。

Anthony から要求されたレコード定義:

編集:Anthonyの提案に従って、私は自分で作成したレコードを使用しようとしました:

このストアド プロシージャとレコードを cx_Oracle で使用しようとすると、次のようになります。

Oracle SQL Developer の DBA_TYPES ビューを確認しましたが、「XX」または「REC」で始まる型がありません。

上記のエラーを生成するコードは次のとおりです。

もう 1 つ注意: DBA_TYPES ビューに表示される PL/SQL RECORD タイプを使用しようとしました。その結果、同様のエラーが発生します。