2016-06-01 15:03:39 -04:00

7 lines
329 B
Plaintext

# designed to be called from top level project dir
script_folder=$(dirname $(readlink $0))
$script_folder/check_conf_file.sh || exit 1
source config/apexupdate.conf || exit 1
cd apex/ || exit 1
sqlplus $username/$password@$database_connection @$script_folder/install_apex.sql $apexappid $workspace_name $parsing_schema || exit 1