dmhs

dmhs

源端clear exec lsn
start cpt

目的端 stop exec

netstat -ano|findstr 49168
tasklist|findstr 80
taskkill /F /PID 80

权限:
grant select on sys.col$ to jiayan;
grant select on sys.cdef$ to jiayan;
grant select on sys.obj$ to jiayan;
grant select on sys.user$ to jiayan;
grant select on sys.col$ to jiayan;
grant select on sys.tab$ to jiayan;
grant select on SYS.NTAB$ to jiayan;
grant select on sys.external_tab$ to jiayan;

copy 0 "sch.name='JIAYAN' and tab.name not in('BMSQL_CUSTOMER')" |DROP|CREATE|INSERT|CLEAR|DICT|INDEX|

原文地址:https://www.cnblogs.com/jiayan666/p/14282860.html