file to apex error fix
This commit is contained in:
parent
9aff031083
commit
537ccc89b3
@ -3,4 +3,5 @@ script_folder=$(dirname $(readlink $0))
|
||||
$script_folder/check_conf_file.sh || exit 1
|
||||
source config/apexupdate.conf || exit 1
|
||||
cd apex/ || exit 1
|
||||
script_folder=$(dirname $(readlink $0))
|
||||
sqlplus $username/$password@$database_connection @$script_folder/install_apex.sql $apexappid $workspace_name $parsing_schema || exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user