db_get_database (public)
db_get_database [ -dbn dbn ]
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
PostgreSQL and NSDB only. Return the database name from the first database pool. It assumes the datasource is properly formatted since we've already verified that we can connect to the pool. On the longer range, it might be better to use SQL queries, at least in cases, where database is already connected. PostgreSQL: SELECT current_database() Oracle: SELECT name from v$database; SELECT ora_database_name FROM dual
- Switches:
- -dbn (optional)
- The database name to use. If empty_string, uses the default database.
- Returns:
- database name
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.