ニュース

技術評論社が発売する 『PL/ SQLポケットリファレンス [Oracle Database 11g/ 10g対応⁠ ] ⁠』は、 PL/ SQLの機能、 使い方をコンパクトにまとめたポケットサイズの書籍です。知りたい機能をすぐに調べることができますから、 Oracle Databaseによるシステム開発に携わる方にとって必ず役立つ1冊です。
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 ...
DB2新版はPL/SQL対応、Oracleユーザーの移行狙う 日本IBMはリレーショナルデータベース管理ソフトの新版「DB2 9.7」を発表した。
通常、OracleのストアドプロシージャはPL/SQLという言語で記述する必要がありますが、ODE.NETを利用すると、PL/SQLを利用したことのない開発者でも、VBやC#といった言語でOracleのストアドプロシージャを作成できます。
Free Tutorial : Performing a Unit Test of Your PL/SQL in Oracle SQL - h2Purposeh2This tutorial shows you how to perform a unit test of your PLSQL code in Oracle SQL Developer 30h2Time to ...
はじめに Oracleは、 Oracle Developer Tools for Visual Studio (以下、 ODT)と呼ばれるVisual Studioのアドインを提供しています。ODTは次のようにさまざまな機能を提供しています。 Oracleエクスプローラ デザイナとウィザード 自動コード生成機能 PL/SQLコード・エディタ Oracleデータ・ウィンドウ Oracle問合せ ...
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 ...