Skip Headers
Oracle® TimesTen In-Memory Database Reference
Release 11.2.1

Part Number E13069-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ttStatus

Description

Displays information that describes the current state of TimesTen. The command displays:

Required privilege

This utility requires no privileges.

Syntax

ttStatus {-h | -help | -?}
ttStatus {-V | -version}
ttStatus [-v] [-r secs] [-[no]pretty] 

Options

ttStatus has the options:

Option Description
-h

-help

-?

Prints a usage message and exits.
-[no]pretty Do [not] use pretty formatting. The default is pretty formatting, which uses the values of the ConnectionName attribute.
-r secs Allows ttStatus to continue running. Updates status report every secs seconds.
-V | -version Prints the release number of ttStatus and exits.
-v Prints detailed information that is useful for TimesTen customer support.

Sample output

When you invoke the command, a report that describes the current state of the system is displayed to stdout. The following is sample output:

TimesTen
 status report as of Thu Jul 17 19:15:41 2008Daemon pid 26622 port 4133 instance sadrakeNo TimesTen server running------------------------------------------------------------------------Data store /scratch/timesten_user/rdbmsThere are 7 connections to the data storeData store is in shared modeShared Memory KEY 0x13014429 ID 80347138PL/SQL Memory KEY 0x14014429 ID 80379907 Address 0x2345678900000000Type            PID     Context     Connection Name              ConnIDProcess         26743   0x08117148  rdbms                             1Subdaemon       26626   0x080bdfa8  Worker                         2042Subdaemon       26626   0x08159228  Flusher                        2043Subdaemon       26626   0x081c8850  Monitor                        2044Subdaemon       26626   0x08217c10  HistGC                         2045Subdaemon       26626   0x08266fd0  Aging                          2046Subdaemon       26626   0x082b6390  Checkpoint                     2047Replication policy  : ManualCache agent policy  : ManualAccess control enabled.PL/SQL enabled.End of report

When you invoke the command with the -pretty option, a report that describes the current state of the system is displayed to stdout. The following is sample output:

Data store /ds0/timesten_user/sample
          There are 7 connections to the data store
          Data store is in shared mode
          Shared Memory KEY 0x13014429 ID 80347138
          PL/SQL Memory KEY 0x14014429 ID 80379907 Address 0x2345678900000000
      Type            PID     Context             Connection Name      ConnID
Process        29508   0x00000001001c6680  rdbms                     1
Process         26743   0x08117148  rdbms                             1Subdaemon       26626   0x080bdfa8  Worker                         2042Subdaemon       26626   0x08159228  Flusher                        2043Subdaemon       26626   0x081c8850  Monitor                        2044Subdaemon       26626   0x08217c10  HistGC                         2045Subdaemon       26626   0x08266fd0  Aging                          2046
Subdaemon       26626   0x082b6390  Checkpoint                     2047
          Replication policy  : Manual
          Cache agent policy : Manual
          Access control enabled.
          PL/SQL enabled.

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.

See also

ttAdmin