# USER SPECIFIC PROPERTIES # Latest properties are delivered in this version user_file_version=2.8.0 # # OUTPUT VIEWER RELATED # # If true, will spawn for a browser for each Command Output # may want to change to TYPE: rda|ocm|os|etc. / content type # # NOTE: If not on a X11 environment.. # CONSOLE: 2011-12-02 11:53:18,958 [oracle.sysman.da.cli.DaCli.main] ERROR - error: # Error: problem in menu cli getting input: 525 = java.awt.HeadlessException: # No X11 DISPLAY variable was set, but this program performed an operation which requires it. # Menu Warning, using input: 525, check menu xml file for proper command or menu. # browser_viewer_spawned=false # # SECURE PROMPTING RELATED # # Must set reprompt=true if you want secure password prompts to be validated # if they match before being stored. This applies only to setupmos and other # command line features. # reprompt=true # # WALLET RELATED # # Must set use_wallet=true to not be prompted for passwords # between sessions. The password will be used by DA Menus for # the entire session, but to have it stored for the next # session: i.e. use_wallet=true # use_wallet=false wallet.key= wallet.id= # # MY ORACLE SUPPORT RELATED # # Defines the MOS Server to utilize for KM Articles access mos.url=support.oracle.com # # Disable Internet Proxy connectivity checks # DA.skip_proxy_warning=true # # HTTP Proxy setting required to access https://support.oracle.com # e.g. http.proxyHost=proxy.company_name.com & http.proxyPort=80 # SAVE_ONCE.http.proxyHost= # SAVE_ONCE.http.proxyPort= # # Supports DA Updates framework if not connected directly to the internet. # # A HTTP URL, local directory, or an NFS Mount Location can be provided where the # files are first downloaded, and used in the DOWNLOAD step for non-connected # servers to Oracle. This location must contain the .zip/.tar packages for ALL the # tools and the corresponding da_updates_*.xml file. # # CUSTOM_UPDATE_DIR=http://internal.company_domain.com:8080/path/ # # Uncomment below to support nfs mounted location or local shared directory # CUSTOM_UPDATE_DIR=/home/oracle/da/output/downloads/ # # # Support for offline/disconnected mode for content updates DA menus and plugins. # # A HTTP URL, local directory, or an NFS Mount Location can be provided where the # DA Menu files and Plugins are first downloaded, and used remote update for non-connected # servers to Oracle. This location must contain the same .xml and/or .zip files that # are referenced by My Oracle Support Knowlege articles. e.g. 201804.1.xml or 471616.1.zip # for disconnected updates to occur. This can also host the custom or internal version of # DA Menus, such as oracle_database.xml or custom_menu.xml. # # OFFLINE_MODE_DIR=http://internal.company_domain.com:8080/path/ # # Uncomment below to support nfs mounted location or local shared directory # OFFLINE_MODE_DIR=/home/oracle/da/output/downloads/ #