LoginSignup
4
1

More than 5 years have passed since last update.

Oracle Database/APEXでPython/JavaScriptを使う

Posted at

概要

  • Oracle Database Multilingual Engine (MLE) と呼ばれる機能により、Oracle Database/APEXでPythonやJavaScriptが使えるようになった
  • SQL*Plus等から実行可能
  • Oracle Database 12cの実験的な機能
  • Dockerイメージ、Virtualboxイメージで提供されている
  • 2018年12月まで、https://apexea.oracle.com でMLE対応APEXサイトの無料のプレビュー版に登録可能

サンプル

APEXのSQL Commandsから実行した例

Pythonを実行

apex_python.png

JavaScriptを実行

apex_js.png

PL/SQL内にJavaScriptを埋め込むことも可能

apex_plsql_js.png

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1