db_get_sql_user (public)

 db_get_sql_user [ -dbn dbn ]

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

Oracle only.

Switches:
-dbn (optional)
The database name to use. If empty_string, uses the default database.
Returns:
a valid Oracle user@database/password string to access a database through sqlplus.

This proc may well work for databases other than Oracle, but its return value won't really be of any use.

Partial Call Graph (max 5 caller/called nodes):
%3 db_available_pools db_available_pools (public) db_get_sql_user db_get_sql_user db_get_sql_user->db_available_pools

Testcases:
No testcase defined.
[ show source ]
Show another procedure: