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.
Oracle BI Publisherでは、日付パラメータがクエリに渡される形式を見つけることができないようです。例えば
select * from myTable where the_date = :the_date
何か案は?
これは通常、セッションまたはデータベース全体のいずれかで設定されたNLS_DATE_FORMATパラメーターを介して行われます。Oracleのデフォルトは「DD-MON-YY」です。もちろん、to_date変換関数を使用して、クエリを変更して任意の形式にすることができます。