Specifies the user name used to create a connection or session pool.
ORA Oracle 11g
PoolCreator =value
Parameter |
Description |
---|---|
value |
String to specifiy the name of the connection or session pooling creator. |
None.
Use in conjunction with the PoolPWD DBParm. If no value is provided for this DBParm, the LogID value is used to create the connection or session pool.
The following example sets the name for a connection pool creator to Scott:
Database
profile Select Connection 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 Scott’s password in the Password text box
on the same page.
Application Type the following in code:
my_trans.dbparm = "pooling='connection',poolcreator= 'Scott',poolpwd='scottspass'"