db_bounce_pools (public)

 db_bounce_pools [ -dbn dbn ]

Defined in packages/acs-tcl/tcl/01-database-procs.tcl

Switches:
-dbn (optional)
The database name to use. Uses the default database if not supplied.
Returns:
Call ns_db bouncepool on all pools for the named database.

Testcases:
No testcase defined.
Source code:
    foreach pool [db_available_pools $dbn] {
        ns_db bouncepool $pool
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: