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.
JSON文字列の形式でクエリから行を返すようにOracleに指示する方法はありますか?
例えば、
select 11,'abc' from dual;
戻るだろう
[11,"abc"]
単純な機能はありません。Sourceforge にPL/JSONがあります。また、このORA-0001ブログ投稿では、XML を使用した方法を示しています (ページのずっと下)。