oracle定时同步。批处理bat,oracle同步
title test1-更新数据库
@echo off
(
echo set feedback off heading off term off
echo set pages 0 trim on trims on lines 32767 long 999999
echo set echo off
echo spool test1_dropTable.sql
echo select 'Alter ...
原创
2019-08-19 09:37:45 ·
189 阅读 ·
0 评论