2026-03-12 20:23:15
This commit is contained in:
42
vg/TimesTen_commands.txt
Normal file
42
vg/TimesTen_commands.txt
Normal file
@@ -0,0 +1,42 @@
|
||||
Check for connection DSN name in following odbc.ini files.
|
||||
|
||||
############################
|
||||
# ODBC ini file locations
|
||||
############################
|
||||
/opt/TimesTen/tt112230/info/sys.odbc.ini
|
||||
|
||||
|
||||
############################
|
||||
# Start/Stop/Restart Timesten MAIN daemon
|
||||
# -force Starts or stops the TimesTen main daemon, even when warnings are returned.
|
||||
ttDaemonAdmin [-force] {-start | -stop | -restart}
|
||||
|
||||
|
||||
############################
|
||||
# Start/Stop/Restart Timesten Server daemon
|
||||
# -force immediately stops the server processes.
|
||||
ttDaemonAdmin [ -startserver | -restartserver ]
|
||||
ttDaemonAdmin [-force] -stopserver
|
||||
ttDaemonAdmin
|
||||
|
||||
############################
|
||||
# Display Timesten status
|
||||
ttStatus {-h | -help | -?}
|
||||
ttStatus {-V | -version}
|
||||
ttStatus [-v] [-r secs] [-[no]pretty]
|
||||
ttStatus [-r secs] [-[no]pretty] {DSN | -connStr connection_string | dspath}
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Transaction
|
||||
############################
|
||||
ttIsql -connStr "DSN=aceds;"
|
||||
Command> call ttLogHolds;
|
||||
Command>
|
||||
|
||||
############################
|
||||
# Display Query Plan
|
||||
############################
|
||||
ttIsql -connStr "DSN=aceds;"
|
||||
Command> call ttSQLCmdQueryPlan(25215090200);
|
||||
Reference in New Issue
Block a user