Instance Home Directory and Subdirectories
When you create an instance, each instance includes several subdirectories within
$TIMESTEN_HOME.
-
bin: TimesTen utilities and executables tailored and specific to the instanceThis includes
ttenv, which sets environment variables appropriately for the TimesTen environment for your session, andsetuproot.sh, which can be run as root to cause data instances to be automatically started whenever the operating system reboots.Note that
ttenvalso puts thebindirectory in your path. -
conf: Contains thetimesten.conffile, which is the TimesTen instance configuration file -
diag: Diagnostic output, including the daemon log and error log -
grid: Files and resources for TimesTen Scaleout -
info: Working directory of the TimesTen daemon, containing persistent state about the TimesTen instance -
install: Symbolic link referencing the installation associated with this instance. -
plsql: Contains this subdirectory:-
utl_file_dir: The only directory that can be read from or written to by PL/SQL blocks using theUTL_FILEpackage
-
-
startup: Contains a script that can be added to/etc/init.dto cause the instance to be automatically started at system startup and stopped at system shutdown.
Note:
-
TimesTen Scaleout updates configuration files as needed. Do not update them manually.
-
Client-only instances do not include the
gridor thestartupdirectories.