2026-03-12 20:23:15

This commit is contained in:
root
2026-03-12 21:23:47 +01:00
parent eab4b36eca
commit 93039b8489
3332 changed files with 699614 additions and 0 deletions

42
vg/TimesTen_commands.txt Normal file
View 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);