Oracle® TimesTen In-Memory Database Reference Release 11.2.1 Part Number E13069-03 |
|
|
View PDF |
Description
Modifies specified settings for an installation.
Required privilege
This utility requires the instance administrator privilege.
Syntax
ttmodinstall {-h | -help | -?} ttmodinstall {-V | -version} ttmodinstall -port portNumber ttmodinstall -tns_admin path ttmodinstall -enablePLSQL ttmodinstall -crs
Options
ttmodinstall has the options:
Option | Description |
---|---|
-h
|
Displays help information. |
-crs |
Create or modify Oracle Clusterware configuration.
For more information, see "Using Oracle Clusterware to Manage Active Standby Pairs" in Oracle TimesTen In-Memory Database TimesTen to TimesTen Replication Guide. |
-enablePLSQL |
Enables PL/SQL in the data store. |
-port portNumber |
Changes the daemon port for the current instance of TimesTen to portNumber . This is useful if you discover that other processes are listening on the port that you assigned to TimesTen at installation time.
Also can be used to assign the port for the TimesTen cluster agent. See "Using Oracle Clusterware to Manage Active Standby Pairs" in Oracle TimesTen In-Memory Database TimesTen to TimesTen Replication Guide. |
-tns_admin path |
Sets the value for the TNS_ADMIN environment variable. Specify the directory where the tnsnames.ora file can be found. |
-V | -version |
Display TimesTen version information. |
Examples
To change the port number of the TimesTen instance to 12345, use:
ttmodinstall -port 12345
Notes
All TimesTen operations must be completely shut down to use this utility. This utility stops and then restarts the TimesTen daemon before making any changes to the instance.