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/sqlupdate(20130502-20130503).sql

60 lines
1.2 KiB
MySQL
Raw Permalink Normal View History

2018-09-27 16:21:05 +08:00
-- (setId)
drop table DI_DPSYSTEMFANENTRY;
drop table DI_DPSYSTEMPOWERENTRY;
-- Create sequence device_brand_info
create sequence SEQ_DEVICE_BRAND_INFO
minvalue 1
maxvalue 999999999999
start with 5
increment by 1
cache 20
cycle
order;
-- Create sequence device_brand_type
create sequence SEQ_DEVICE_BRAND_TYPE
minvalue 1
maxvalue 999999999999
start with 10
increment by 1
cache 20
cycle
order;
-- Create sequence device_type_info
create sequence SEQ_DEVICE_TYPE_INFO
minvalue 1
maxvalue 999999999999
start with 100
increment by 1
cache 20
cycle
order;
/*
dpSystemFanEntry DI_DPSYSTEMFANENTRY
objectSnmp 1.3.6.1.4.1.31648.3.21.1
:no作为分类标识
dpSystemPowerEntry DI_DPSYSTEMPOWERENTRY
objectSnmp 1.3.6.1.4.1.31648.3.20.1
:no作为分类标识
DC管理才可以选择
detection_info_set_id和idsequence了
*/