PoolPwd
database parameter
Description
Specifies the password used to create a connection or session
pool.
Applies to
ORA Oracle (for 11g and later)
Syntax
|
1 |
PoolCreator =value |
|
Parameter |
Description |
|---|---|
|
value |
String to specify the name of the connection or |
Default value
None
Usage
Use in conjunction with the PoolCreator DBParm. If no value is
provided for this DBParm, the LogPass value of the Transaction object is
used to create the connection or session pool.
Examples
The following example creates a session pool with the user name
“Scott”, and the password “mypass”:
-
Database profile
Select Session Pooling from the Pooling Type drop-down list on
the Pooling page in the Database Profile Setup dialog box, type
Scott in the Pool Creator text box, and mypass in the Password text
box on the same page. -
Application
Type the following in code:
12my_trans.dbparm = "pooling='session',poolcreator='Scott',poolpwd='mypass'"
See also