This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-nmsweb/sql/nms数据库初始化/SQL_删除所有表.txt
2018-09-27 16:21:05 +08:00

95 lines
3.2 KiB
Plaintext

drop table CHECK_TYPE_INFO purge;
drop table NODEGROUP_TABLE purge;
drop table DETECTION_SET_INFO purge;
drop table METADATA purge;
drop table SERVER_TABLE purge;
drop table DATA_POLICE_RELATION purge;
drop table DETECTION_INFO_NEW purge;
drop table DEVICE_BOARDSOLT_BOARD purge;
drop table DEVICE_BRAND_INFO purge;
drop table DEVICE_BRAND_TYPE purge;
drop table DEVICE_TYPE_INFO purge;
drop table EMAIL_TABLE purge;
drop table EVENT_RECORD_LIBRARY purge;
drop table GORUP_SYSTEM_TABLE purge;
drop table LOOPMISSION_STATE_TABLE purge;
drop table MISSION_FILE_INFORMATION purge;
drop table MISSION_PARAMETER_DEFAULTS purge;
drop table MISSION_PARAMETER_TABLE1 purge;
drop table MISSION_PARAMETER_TABLE2 purge;
drop table MISSION_PARAMETER_TABLE3 purge;
drop table MISSION_PARAMETER_TABLE4 purge;
drop table MISSION_PARAMETER_TABLE5 purge;
drop table MISSION_PARAMETER_TABLE6 purge;
drop table MISSION_RESULT_TABLE1 purge;
drop table MISSION_RESULT_TABLE2 purge;
drop table MISSION_RESULT_TABLE3 purge;
drop table MISSION_RESULT_TABLE4 purge;
drop table MISSION_RESULT_TABLE5 purge;
drop table MISSION_RESULT_TABLE6 purge;
drop table MISSION_STATE_TABLE purge;
drop table NMS_ERROR_CODE purge;
drop table NMS_ERROR_INFO purge;
drop table NODEGROUP_ARROW_POSITION purge;
drop table NODEGROUP_BGIMG_POSITION purge;
drop table NODEGROUP_POSITION purge;
drop table NODE_BOX_TABLE purge;
drop table NODE_FIGURE_INFO purge;
drop table NODE_IP_TABLE purge;
drop table NODE_LATTICE_TABLE purge;
drop table NODE_POSITION purge;
drop table NODE_ROOM_LATTICE_TABLE purge;
drop table NODE_ROOM_TABLE purge;
drop table NODE_TABLE purge;
drop table OPTION_TABLE purge;
drop table ORDER_TABLE purge;
drop table PLUGIN_INFO purge;
drop table PROEXECINFO purge;
drop table PRO_EXEC_LOG purge;
drop table SERVER_IP_SEGMENT purge;
drop table SET_DET_DATA_CON purge;
drop table SORT_INFO purge;
drop table SYSTEM_TABLE purge;
drop table TABLEDBOPERATIONRPT purge;
drop table TABLEDEPARTMENT purge;
drop table TABLELOGINRPT purge;
drop table TABLEUSERDEPARTMENT purge;
drop table TESTTRRGGER purge;
drop table TROUBLE_STATE purge;
drop table TYPE_TABLE purge;
drop table XT_JS_JBXX purge;
drop table XT_JS_MK_INDEX purge;
drop table XT_MK_JBXX purge;
drop table XT_YH_JBXX purge;
drop table XT_YH_JS_INDEX purge;
drop table DICTIONARY_TABLE purge;
drop table IMG_URL purge;
drop table OID_DICTIONARY purge;
drop table TABLE_GUIDE purge;
drop table XT_JS_MK_GN_INDEX purge;
drop table XT_MK_GN_JBXX purge;
drop table PROCEDURE_LOG purge;
drop table DETECTION_INFO purge;
drop table DELECT_INFO_NMSC purge;
drop table DETECTION_INFO_WARNING purge;
drop table DETECT_INFO_CPU purge;
drop table DETECT_INFO_DISK purge;
drop table DETECT_INFO_MEMORY purge;
drop table DETECT_INFO_NETDATA purge;
drop table DETECT_INFO_PING purge;
drop table DETECT_INFO_PROCESS purge;
drop table DETECT_INFO_SNMP_TRAP purge;
drop table DETECT_INFO_SYSTEM_DATE purge;
drop table DI_DPBOARDSTATUSENTRY purge;
drop table DI_DPSLOTENTRY purge;
drop table DI_DPSYSTEMFANENTRY purge;
drop table DI_DPSYSTEMPOWERENTRY purge;
drop table DI_DPSYSTEMSTATUS purge;
drop table DI_IFXTABLE purge;
drop table DI_SWITCHPORT purge;
drop table DI_SYSTEM purge;
drop table DI_SYSTEMINFO purge;
drop table DI_SYSTEMINFO_DISK purge;
drop table DI_SYSTEMINFO_NET purge;