UNPKG

node-liquibase

Version:
32 lines (28 loc) 1.36 kB
#### _ _ _ _ _____ ## | | (_) (_) | | __ \ ## | | _ __ _ _ _ _| |__ __ _ ___ ___ | |__) | __ ___ ## | | | |/ _` | | | | | '_ \ / _` / __|/ _ \ | ___/ '__/ _ \ ## | |___| | (_| | |_| | | |_) | (_| \__ \ __/ | | | | | (_) | ## \_____/_|\__, |\__,_|_|_.__/ \__,_|___/\___| |_| |_| \___/ ## | | ## |_| ## ## The liquibase.sqlplus.conf file stores properties which are used during the ## execution of the Oracle SQLPLUS tool. ## Learn more: https://www.liquibase.org/documentation/config_properties.html #### #### ## Note about relative and absolute paths: ## The liquibase.sqlplus.path must be a valid path to the SQLPlUS executable. ## The liquibase.sqlplus.timeout value can be one of: ## -1 - disable the timeout ## Any integer value > 0 (measured in seconds) ## #### # The full path to the SQLPLUS executable. liquibase.sqlplus.path=/apps/app/12.2.0.1.0/oracle/product/12.2.0.1.0/client_1/bin/sqlplus # A valid timeout value for the execution of the SQLPLUS tool liquibase.sqlplus.timeout=-1 # Flag to indicate whether or not to keep the temporary SQL file after exection of SQLPLUS. # True = keep False = delete (default) liquibase.sqlplus.keep.temp=true