Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Fetches TimesTen internal trace information from a data store and displays it to stdout
. By default, TimesTen generates no tracing information. See "ttTraceMon" for more information.
Required privilege
This utility requires the ADMIN privilege.
Syntax
ttTail {-h | -help | -?} ttTail {-V | -version} ttTail [-f] {-connStr connection_string | DSN}
Options
The ttTail utility supports the options:
Option | Description |
---|---|
-connStr connection_string |
An ODBC connection string containing the name of the data store, the server name and DSN (if necessary) and any relevant connection attributes. |
DSN |
Indicates the ODBC data source name of the data store from which to get a trace. |
-f |
When the end of the trace is reached, ttTail does not terminate but continues to execute, periodically polling the data store's trace buffer to retrieve and display additional TimesTen trace records. For example, this is useful for generating a display of trace data that is updated in real time. |
-h -help
|
Prints a usage message and exits. |
-V | -version |
Prints the release number of ttTail and exits. |
Example
ttTail MyDatastore
Notes
While primarily intended for use by TimesTen customer support, this information may be useful to system administrators and developers.
This utility is supported only where the TimesTen Data Manager is installed.