2016-06-03 16:07:04 -04:00

6 lines
299 B
Plaintext
Executable File

# designed to be called from frontrunner script
script_folder=$(dirname $0)
$script_folder/check_conf_file.sh || exit 1
source config/asc.conf || exit 1
sqlplus $username/$password@$database_connection @$script_folder/install_apex.sql $apexappid $workspace_name $parsing_schema $app_alias || exit 1