################################################################################ # File: tools.properties # Purpose: Used to show configured DA Tools and their menu that should be # registered automatically if running one of their supported_targets # in the da_updates.xml for that tool ID. # # Note: This is only an example and the tool would typically put this file # in DA_OUTPUT/config/tools.properties after adding / updating a given # tool. If this file is not present, then the tool_home is figured out # based on the da_updates.xml default tool_home choices or env. # # Note: Tool_Id - up to first . such as: DA, RDA, or TFA # # SHORT_NAME.TOOL_HOME=%%DA_HOME%% # SHORT_NAME.CUIRRENT_VERSION=1.6 # SHORT_NAME.TARGETS_SUPPORTED=all ################################################################################ # DA_DEV.TOOL_HOME=%%DA_HOME%% # DA_DEV.CURRENT_VERSION=2.0.0 # DA_DEV.TARGETS_SUPPORTED=all # RDA_DA.TOOL_HOME=%%DA_HOME%% # RDA_DA.CURRENT_VERSION=2.0.0 # RDA_DA.TARGETS_SUPPORTED=all # EXACHK.TOOL_HOME=/tmp/opt/oracle.SupportTools/exachk # EXACHK.CURRENT_VERSION=2.0.0 # EXACHK.TARGETS_SUPPORTED=all # EXACHK.DA_MENU=/tmp/opt/oracle.SupportTools/exachk/exachk_menu.xml #RDA.TOOL_HOME=%%RDA_HOME%% #RDA.CURRENT_VERSION=4.51 #RDA.TARGETS_SUPPORTED=all # TFA.TOOL_HOME=/tmp/tfahome/ # TFA.CURRENT_VERSION=2.5.1.3 # TFA.TARGETS_SUPPORTED=oracle_database,oracle_dbmachine # TFA.DA_MENU=/tmp/tfahome/tfa_test_menu.xml # TFA.DA_NAME=Trace File Analysis