ニュース

I've got a PL/SQL function that is generating a web page the users can use to manipulate the data in a spreadsheet-like environment.I need to pass this edited data back to the PL/SQL function to ...
Associative Arrays – introduce you to associative arrays including declaring associative arrays, populating values, and iterating over array elements. As the name suggests, associative arrays are used ...
PL/SQL records cannot be used as array parameters. Each array parameter can represent only one column of a database table. The following example defines a package containing two procedures that return ...
現段階ですべてのPL/SQLのプログラムが、手を加えずにそのままDB2の上で動くというわけではない。 2008年夏から、世界中でV9.7のベータプログラムが実施されており、そのなかで多くの企業がOracleからの移行テストを行っている。
Oracle DatabaseのPL/SQLをPostgreSQLに移行する際の概要やポイントについて、書き換え例を交えてわかりやすく解説します。