Review the Instance Home Directory and Subdirectories
You can review the instance home directory and subdirectories for informational purposes. When you create an instance, each instance includes these subdirectories under $TIMESTEN_HOME (Not all of the subdirectories are included in this list):
-
bin: TimesTen utilities and executables tailored and specific to the instanceThis includes
ttenv.sh(orttenv.csh), 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 -
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.