db_exec_plsql sqlWhat 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]
}