Using ttIsql to View and Set Connection Attributes

You can view and set connection attributes with the ttIsql show and set commands.

See Connection Attributes in Oracle TimesTen In-Memory Database Reference.

To view the setting for the Passthrough attribute, enter:

Command> show passthrough;
PassThrough = 0

To change the Passthrough setting, enter:

Command> set passthrough 1;