ニュース

Oracle PL/SQL開発者の多くは、次の2つの要望を持っています。 コードを運用環境で実行したときにパフォーマンスを低下させることなく、できるだけ多くのデバッグコードを挿入したい。
PL/SQLはデータベース言語をOracleが独自に拡張したもの。 これにより、OracleとPL/SQLで開発した独自のアプリケーションを修正せずに、DB2に移行 ...
PL/SQLによるプログラミング手法を幅広く掲載した,Oracleデータベース開発者必携のリファレンスブックです。 PL/SQLで使用できる命令をほぼ網羅した内容であり,現場で役立つこと間違いなし。
Oracle PL/SQL Training Course In Introduction to Oracle 11g PL/SQL Programming training, students write stored procedures, functions, packages, and triggers, and implement complex business rules in ...
技術評論社が発売する 『PL/ SQLポケットリファレンス [Oracle Database 11g/ 10g対応⁠ ] ⁠』は、 PL/ SQLの機能、 使い方をコンパクトにまとめたポケットサイズの書籍です。知りたい機能をすぐに調べることができますから、 Oracle Databaseによるシステム開発に携わる方にとって必ず役立つ1冊です。
通常、OracleのストアドプロシージャはPL/SQLという言語で記述する必要がありますが、ODE.NETを利用すると、PL/SQLを利用したことのない開発者でも、VBやC#といった言語でOracleのストアドプロシージャを作成できます。
PL/SQL stands for Procedural Language extension of SQL. PL/SQL is a combination of SQL along with the procedural features of programming languages. It was developed by Oracle Corporation in the early ...
Database 12c focuses on multitenancy and cloud computing Oracle’s long-awaited 12c database is now available for download, according to the company’s official website.
Oracle's PL/SQL language has two basic mechanisms for getting data from the database: SELECT and cursors. SELECT is designed to return a single row into ...