|
|
|
@ -62,18 +62,20 @@ collect-password=oracle
|
|
|
|
|
collect-service-name=orcl
|
|
|
|
|
# standard table :
|
|
|
|
|
# eg:sql -> select count(*) from u_bzbjy.kzxzb; select count(*) from u_bzbjy.zfxxb;
|
|
|
|
|
collect-user-table=u_bzbjy
|
|
|
|
|
collect-exec-table=kzxzb
|
|
|
|
|
collect-pay-table=zfxxb
|
|
|
|
|
|
|
|
|
|
collect-user-table=U_BZBJY
|
|
|
|
|
collect-exec-table=KZXZB
|
|
|
|
|
collect-pay-table=ZFXXB
|
|
|
|
|
#gfs web's IP
|
|
|
|
|
gfs_control_ip=192.168.0.110
|
|
|
|
|
|
|
|
|
|
#gfs web password of root
|
|
|
|
|
gfs_control_rootPassWd=root
|
|
|
|
|
|
|
|
|
|
#url of gfs web
|
|
|
|
|
HttpClientConstant_URL_IP_PORT=http://192.168.0.110:9001/
|
|
|
|
|
|
|
|
|
|
#data between 6 month ago and now
|
|
|
|
|
dataBefore=6
|
|
|
|
|
|
|
|
|
|
#move a data once
|
|
|
|
|
moveFileMaxNum=1
|
|
|
|
|
#import 12 rows of Excel once
|
|
|
|
|
numOneImportExcel=12
|
|
|
|
|
oracle-orcl=orcl
|
|
|
|
|
oracle-user=system
|
|
|
|
@ -98,15 +100,19 @@ oracle-psw=oracle
|
|
|
|
|
#=============================================================================================================
|
|
|
|
|
# linux path
|
|
|
|
|
#=============================================================================================================
|
|
|
|
|
|
|
|
|
|
# extract's log file location
|
|
|
|
|
extract-log-localtion=/home/web_manage/log/
|
|
|
|
|
# standard extract's log file location
|
|
|
|
|
extract-standard-log-localtion=/home/web_manage/log2/
|
|
|
|
|
|
|
|
|
|
#import excel file's location
|
|
|
|
|
file_upload_path=/excel_import_dir/
|
|
|
|
|
#export excel file's location
|
|
|
|
|
file_download_path=/excel_export_dir/export.xlsx
|
|
|
|
|
|
|
|
|
|
#file package download's location
|
|
|
|
|
package_download_path=/
|
|
|
|
|
#file package's name
|
|
|
|
|
package_name=DefaultDescription
|
|
|
|
|
|
|
|
|
|
#location of sql script lastest
|
|
|
|
|
sql_script_path_last=/DefaultDescription_last/
|
|
|
|
|
#location of sql script standard
|
|
|
|
|
sql_script_path_standard=/DefaultDescription/
|
|
|
|
|