Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Returns the attribute values for the current database connection.
This procedure requires no privilege.
Syntax
ttConfiguration()
Parameters
ttConfiguration has the parameter:
Parameter | Type | Description |
---|---|---|
paramname |
TT_VARCHAR (30) | The name of a connection attribute for which you want this procedure to return the value. |
Result set
ttConfiguration returns the result set:
Column | Type | Description |
---|---|---|
ParameterName |
TT_VARCHAR (30) NOT NULL | The names of the connection attributes specified in the connection string, returned in alphabetical order. |
ParameterValue |
TT_VARCHAR (1024) | The values of the connection attributes specified in the connection string. |
Example
CALL ttConfiguration();
Notes
Client driver attributes are not returned by this procedure.
See also