db_exec_plsql

one of the documented procedures in this installation of the ACS
Usage:
db_exec_plsql   sql
What it does:
Executes a PL/SQL statement, returning the value of the first bind variable.
Defined in: /web/philip/packages/acs-core/10-database-procs.tcl

Source code:


    db_with_handle db {
	return [ns_ora exec_plsql $db $sql]
    }


philg@mit.edu