DROP TABLE IF EXISTS `innodb_table_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `innodb_table_stats` ( `database_name` varchar(64) COLLATE utf8_bin NOT NULL, `table_name` varchar(64) COLLATE utf8_bin NOT NULL, `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `n_rows` bigint(20) unsigned NOT NULL, `clustered_index_size` bigint(20) unsigned NOT NULL, `sum_of_other_index_sizes` bigint(20) unsigned NOT NULL, PRIMARY KEY (`database_name`,`table_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin STATS_PERSISTENT=0; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `innodb_table_stats` -- LOCK TABLES `innodb_table_stats` WRITE; /*!40000 ALTER TABLE `innodb_table_stats` DISABLE KEYS */; INSERT INTO `innodb_table_stats` VALUES ('indosat','aa_minute_sap','2014-03-13 20:02:06',0,1,1),('indosat','aa_override_sap','2014-03-13 20:02:06',0,1,1),('indosat','aa_policy_override','2014-03-13 20:02:06',0,1,0),('indosat','aa_summaryreportpreferences','2014-03-13 20:02:07',0,1,1),('indosat','aa_timeofday_override','2014-03-13 20:02:06',0,1,1),('indosat','activebandwidthboost','2014-03-13 20:02:05',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_04_01','2014-03-14 17:38:47',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_05_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_06_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_07_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_08_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_09_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_10_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_11_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2009_12_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_01_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_02_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_03_01','2014-03-14 17:38:48',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_04_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_05_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_06_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_07_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_08_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_09_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_10_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_11_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2010_12_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_01_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_02_01','2014-03-14 17:38:49',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_03_01','2014-03-14 17:38:50',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_04_01','2014-03-14 17:38:50',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_05_01','2014-03-14 17:38:50',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_06_01','2014-03-14 17:38:50',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_07_01','2014-03-14 17:38:50',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_08_01','2014-03-14 17:38:51',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_09_01','2014-03-14 17:38:51',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_10_01','2014-03-14 17:38:51',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_11_01','2014-03-14 17:38:52',0,1,1),('indosat','alarmobjectentity#P#Monthly_2011_12_01','2014-03-14 17:38:52',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_01_01','2014-03-14 17:38:52',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_02_01','2014-03-14 17:38:52',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_03_01','2014-03-14 17:38:52',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_04_01','2014-03-14 17:38:52',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_05_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_06_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_07_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_08_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_09_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_10_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_11_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2012_12_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_01_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_02_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_03_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_04_01','2014-03-14 17:38:53',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_05_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_06_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_07_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_08_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_09_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_10_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_11_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2013_12_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2014_01_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2014_02_01','2014-03-14 17:38:54',0,1,1),('indosat','alarmobjectentity#P#Monthly_2014_03_01','2014-03-14 17:38:55',0,1,1),('indosat','alarmobjectentity#P#Monthly_2014_04_01','2014-03-14 17:38:55',0,1,1),('indosat','alarmobjectentity#P#Monthly_2014_05_01','2014-03-14 17:38:55',0,1,1),('indosat','alarmtypesformonitoring','2014-03-13 20:02:01',0,1,1),('indosat','bandwidthboost','2014-03-13 20:02:05',0,1,1),('indosat','bookedegressbwperne#P#Daily_2014_03_14','2014-03-14 17:39:36',0,1,1),('indosat','bookedegressbwperne#P#Daily_2014_03_15','2014-03-14 17:39:36',0,1,1),('indosat','bookedegressbwperne#P#Daily_2014_03_16','2014-03-14 17:39:36',0,1,1),('indosat','bookedegressbwperport#P#Daily_2014_03_14','2014-03-14 17:39:36',0,1,1),('indosat','bookedegressbwperport#P#Daily_2014_03_15','2014-03-14 17:39:36',0,1,1),('indosat','bookedegressbwperport#P#Daily_2014_03_16','2014-03-14 17:39:36',0,1,1),('indosat','bookedingressbwperne#P#Daily_2014_03_14','2014-03-14 17:39:36',0,1,1),('indosat','bookedingressbwperne#P#Daily_2014_03_15','2014-03-14 17:39:37',0,1,1),('indosat','bookedingressbwperne#P#Daily_2014_03_16','2014-03-14 17:39:37',0,1,1),('indosat','bookedingressbwperport#P#Daily_2014_03_14','2014-03-14 17:39:37',0,1,1),('indosat','bookedingressbwperport#P#Daily_2014_03_15','2014-03-14 17:39:37',0,1,1),('indosat','bookedingressbwperport#P#Daily_2014_03_16','2014-03-14 17:39:37',0,1,1),('indosat','cachedsamobject','2014-03-13 20:02:01',0,1,0),('indosat','cachedsamobject_records','2014-03-13 20:02:01',0,1,1),('indosat','cardtempstatsdaily#P#Monthly_2014_03_01','2014-03-14 17:39:35',0,1,1),('indosat','cardtempstatsdaily#P#Monthly_2014_04_01','2014-03-14 17:39:35',0,1,1),('indosat','cardtempstatsdaily#P#Monthly_2014_05_01','2014-03-14 17:39:35',0,1,1),('indosat','cardtempstatsentity#P#Daily_2014_03_14','2014-03-14 17:39:34',0,1,1),('indosat','cardtempstatsentity#P#Daily_2014_03_15','2014-03-14 17:39:34',0,1,1),('indosat','cardtempstatsentity#P#Daily_2014_03_16','2014-03-14 17:39:35',0,1,1),('indosat','cardtempstatshourly#P#Daily_2014_03_14','2014-03-14 17:39:35',0,1,1),('indosat','cardtempstatshourly#P#Daily_2014_03_15','2014-03-14 17:39:35',0,1,1),('indosat','cardtempstatshourly#P#Daily_2014_03_16','2014-03-14 17:39:35',0,1,1),('indosat','combinednetworkegressoctetslogrecord#P#Daily_2000_01_01','2014-03-13 20:02:02',0,1,1),('indosat','combinednetworkegressoctetslogrecorddaily#P#MONTHLY_2000_01_01','2014-03-13 20:02:02',0,1,1),('indosat','combinednetworkegressoctetslogrecordhourly#P#Daily_2000_01_01','2014-03-13 20:02:02',0,1,1),('indosat','combinednetworkingressoctetslogrecord#P#Daily_2000_01_01','2014-03-13 20:02:02',0,1,1),('indosat','combinednetworkingressoctetslogrecorddaily#P#Monthly_2000_01_01','2014-03-13 20:02:02',0,1,1),('indosat','combinednetworkingressoctetslogrecordhourly#P#Daily_2000_01_01','2014-03-13 20:02:02',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_08','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_09','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_10','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_11','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_12','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_13','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_14','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_15','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecord#P#Daily_2014_03_16','2014-03-14 17:38:56',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_04_01','2014-03-14 17:39:00',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_05_01','2014-03-14 17:39:00',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_06_01','2014-03-14 17:39:00',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_07_01','2014-03-14 17:39:01',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_08_01','2014-03-14 17:39:01',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_09_01','2014-03-14 17:39:01',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_10_01','2014-03-14 17:39:02',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_11_01','2014-03-14 17:39:02',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2013_12_01','2014-03-14 17:39:02',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2014_01_01','2014-03-14 17:39:03',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2014_02_01','2014-03-14 17:39:03',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2014_03_01','2014-03-14 17:39:03',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2014_04_01','2014-03-14 17:39:03',0,1,1),('indosat','completeserviceegresspacketoctetslogrecorddaily#P#Monthly_2014_05_01','2014-03-14 17:39:03',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_12','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_13','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_14','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_15','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_16','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_17','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_18','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_19','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_20','2014-03-14 17:38:57',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_21','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_22','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_23','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_24','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_25','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_26','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_27','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_02_28','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_01','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_02','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_03','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_04','2014-03-14 17:38:58',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_05','2014-03-14 17:38:59',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_06','2014-03-14 17:38:59',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_07','2014-03-14 17:38:59',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_08','2014-03-14 17:38:59',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_09','2014-03-14 17:38:59',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_10','2014-03-14 17:38:59',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_11','2014-03-14 17:38:59',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_12','2014-03-14 17:38:59',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_13','2014-03-14 17:39:00',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_14','2014-03-14 17:39:00',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_15','2014-03-14 17:39:00',0,1,1),('indosat','completeserviceegresspacketoctetslogrecordhourly#P#Daily_2014_03_16','2014-03-14 17:39:00',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_08','2014-03-14 17:39:03',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_09','2014-03-14 17:39:03',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_10','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_11','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_12','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_13','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_14','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_15','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecord#P#Daily_2014_03_16','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_04_01','2014-03-14 17:39:08',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_05_01','2014-03-14 17:39:08',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_06_01','2014-03-14 17:39:08',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_07_01','2014-03-14 17:39:08',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_08_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_09_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_10_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_11_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2013_12_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2014_01_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2014_02_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2014_03_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2014_04_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecorddaily#P#Monthly_2014_05_01','2014-03-14 17:39:09',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_12','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_13','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_14','2014-03-14 17:39:04',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_15','2014-03-14 17:39:05',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_16','2014-03-14 17:39:05',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_17','2014-03-14 17:39:05',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_18','2014-03-14 17:39:05',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_19','2014-03-14 17:39:05',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_20','2014-03-14 17:39:05',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_21','2014-03-14 17:39:05',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_22','2014-03-14 17:39:05',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_23','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_24','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_25','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_26','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_27','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_02_28','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_01','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_02','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_03','2014-03-14 17:39:06',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_04','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_05','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_06','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_07','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_08','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_09','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_10','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_11','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_12','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_13','2014-03-14 17:39:07',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_14','2014-03-14 17:39:08',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_15','2014-03-14 17:39:08',0,1,1),('indosat','completeserviceingresspacketoctetslogrecordhourly#P#Daily_2014_03_16','2014-03-14 17:39:08',0,1,1),('indosat','compositemonitoredobject','2014-03-13 20:02:02',0,1,1),('indosat','compositemonitoredobject_monitoredobject','2014-03-13 20:02:02',0,1,2),('indosat','csvcounter','2014-03-13 20:02:01',0,1,0),('indosat','csvcounter_statswatermarkcollection','2014-03-13 20:02:01',0,1,1),('indosat','currentdataentity','2014-03-13 20:02:02',0,1,0),('indosat','domain','2014-03-13 20:02:00',0,1,0),('indosat','domainnode','2014-03-13 20:02:00',0,1,0),('indosat','domainnode_portofns','2014-03-13 20:02:00',0,1,1),('indosat','domainport','2014-03-13 20:02:00',0,1,0),('indosat','domainreport','2014-03-13 20:02:01',0,1,0),('indosat','domainservicescustomer','2014-03-13 20:02:00',0,1,0),('indosat','domainsusergrouprule','2014-03-13 20:02:01',0,1,0),('indosat','equipmentinterfaceadditionalstatslogrecord#P#Daily_2014_03_14','2014-03-14 17:39:13',0,1,1),('indosat','equipmentinterfaceadditionalstatslogrecord#P#Daily_2014_03_15','2014-03-14 17:39:13',0,1,1),('indosat','equipmentinterfaceadditionalstatslogrecord#P#Daily_2014_03_16','2014-03-14 17:39:13',0,1,1),('indosat','equipmentinterfaceadditionalstatslogrecorddaily#P#Monthly_2014_03_01','2014-03-14 17:39:13',0,1,1),('indosat','equipmentinterfaceadditionalstatslogrecorddaily#P#Monthly_2014_04_01','2014-03-14 17:39:13',0,1,1),('indosat','equipmentinterfaceadditionalstatslogrecorddaily#P#Monthly_2014_05_01','2014-03-14 17:39:14',0,1,1),('indosat','equipmentinterfaceadditionalstatslogrecordhourly#P#Daily_2014_03_14','2014-03-14 17:39:13',0,1,1),('indosat','equipmentinterfaceadditionalstatslogrecordhourly#P#Daily_2014_03_15','2014-03-14 17:39:13',0,1,1),('indosat','equipmentinterfaceadditionalstatslogrecordhourly#P#Daily_2014_03_16','2014-03-14 17:39:13',0,1,1),('indosat','equipmentinterfacestatslogrecord#P#Daily_2014_03_14','2014-03-14 17:39:10',0,1,1),('indosat','equipmentinterfacestatslogrecord#P#Daily_2014_03_15','2014-03-14 17:39:10',0,1,1),('indosat','equipmentinterfacestatslogrecord#P#Daily_2014_03_16','2014-03-14 17:39:10',0,1,1),('indosat','equipmentinterfacestatslogrecorddaily#P#Monthly_2014_03_01','2014-03-14 17:39:11',0,1,1),('indosat','equipmentinterfacestatslogrecorddaily#P#Monthly_2014_04_01','2014-03-14 17:39:12',0,1,1),('indosat','equipmentinterfacestatslogrecorddaily#P#Monthly_2014_05_01','2014-03-14 17:39:12',0,1,1),('indosat','equipmentinterfacestatslogrecordhourly#P#Daily_2014_03_14','2014-03-14 17:39:10',0,1,1),('indosat','equipmentinterfacestatslogrecordhourly#P#Daily_2014_03_15','2014-03-14 17:39:11',0,1,1),('indosat','equipmentinterfacestatslogrecordhourly#P#Daily_2014_03_16','2014-03-14 17:39:11',0,1,1),('indosat','hibernate_sequences','2014-03-13 20:02:01',0,1,0),('indosat','logousergrouprule','2014-03-13 20:02:01',0,1,0),('indosat','logrecordentity','2014-03-13 20:02:02',0,1,0),('indosat','logtofileorderentity#P#Monthly_2009_04_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2009_05_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2009_06_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2009_07_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2009_08_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2009_09_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2009_10_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2009_11_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2009_12_01','2014-03-14 17:40:06',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_01_01','2014-03-14 17:40:07',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_02_01','2014-03-14 17:40:07',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_03_01','2014-03-14 17:40:07',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_04_01','2014-03-14 17:40:07',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_05_01','2014-03-14 17:40:07',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_06_01','2014-03-14 17:40:07',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_07_01','2014-03-14 17:40:07',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_08_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_09_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_10_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_11_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2010_12_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_01_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_02_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_03_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_04_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_05_01','2014-03-14 17:40:08',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_06_01','2014-03-14 17:40:09',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_07_01','2014-03-14 17:40:09',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_08_01','2014-03-14 17:40:09',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_09_01','2014-03-14 17:40:09',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_10_01','2014-03-14 17:40:09',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_11_01','2014-03-14 17:40:09',0,1,1),('indosat','logtofileorderentity#P#Monthly_2011_12_01','2014-03-14 17:40:09',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_01_01','2014-03-14 17:40:10',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_02_01','2014-03-14 17:40:10',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_03_01','2014-03-14 17:40:10',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_04_01','2014-03-14 17:40:10',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_05_01','2014-03-14 17:40:11',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_06_01','2014-03-14 17:40:11',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_07_01','2014-03-14 17:40:11',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_08_01','2014-03-14 17:40:12',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_09_01','2014-03-14 17:40:12',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_10_01','2014-03-14 17:40:13',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_11_01','2014-03-14 17:40:13',0,1,1),('indosat','logtofileorderentity#P#Monthly_2012_12_01','2014-03-14 17:40:13',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_01_01','2014-03-14 17:40:13',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_02_01','2014-03-14 17:40:13',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_03_01','2014-03-14 17:40:14',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_04_01','2014-03-14 17:40:14',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_05_01','2014-03-14 17:40:14',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_06_01','2014-03-14 17:40:14',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_07_01','2014-03-14 17:40:14',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_08_01','2014-03-14 17:40:14',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_09_01','2014-03-14 17:40:15',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_10_01','2014-03-14 17:40:15',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_11_01','2014-03-14 17:40:15',0,1,1),('indosat','logtofileorderentity#P#Monthly_2013_12_01','2014-03-14 17:40:15',0,1,1),('indosat','logtofileorderentity#P#Monthly_2014_01_01','2014-03-14 17:40:16',0,1,1),('indosat','logtofileorderentity#P#Monthly_2014_02_01','2014-03-14 17:40:16',0,1,1),('indosat','logtofileorderentity#P#Monthly_2014_03_01','2014-03-14 17:40:16',0,1,1),('indosat','logtofileorderentity#P#Monthly_2014_04_01','2014-03-14 17:51:44',14,1,1),('indosat','logtofileorderentity#P#Monthly_2014_05_01','2014-03-14 17:40:16',0,1,1),('indosat','maintenancewindow','2014-03-13 20:02:02',0,1,0),('indosat','maxusersusergrouprule','2014-03-13 20:02:01',0,1,0),('indosat','monitoredalarmobject','2014-03-13 20:02:02',0,1,1),('indosat','monitoredlatencyandjitterconfiguration','2014-03-13 20:02:05',0,1,0),('indosat','monitoredlatencyandjitterconfiguration_forwardingclass','2014-03-13 20:02:05',0,1,0),('indosat','monitoredlatencyandjitterconfigurationforwardingclass','2014-03-13 20:02:05',0,1,0),('indosat','monitoredlatencyandjitterevent','2014-03-13 20:02:05',0,1,0),('indosat','monitoredlatencyandjitternodepair','2014-03-13 20:02:05',0,1,2),('indosat','monitoredobject','2014-03-13 20:02:01',0,1,1),('indosat','monitoredobject_records','2014-03-13 20:02:01',0,1,1),('indosat','monitoredobject_samobjectinfolist','2014-03-13 20:02:02',0,1,1),('indosat','monitoredservice','2014-03-13 20:02:02',0,1,1),('indosat','ms_mw','2014-03-13 20:02:02',0,1,2),('indosat','nodealarmobjectentity','2014-03-13 20:02:04',0,1,0),('indosat','oamdelaytestresultdaily#P#Monthly_2013_04_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2013_05_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2013_06_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2013_07_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2013_08_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2013_09_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2013_10_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2013_11_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2013_12_01','2014-03-14 17:39:47',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2014_01_01','2014-03-14 17:39:48',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2014_02_01','2014-03-14 17:39:48',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2014_03_01','2014-03-14 17:39:48',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2014_04_01','2014-03-14 17:39:48',0,1,1),('indosat','oamdelaytestresultdaily#P#Monthly_2014_05_01','2014-03-14 17:39:48',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_08','2014-03-14 17:39:39',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_09','2014-03-14 17:39:40',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_10','2014-03-14 17:39:40',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_11','2014-03-14 17:39:40',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_12','2014-03-14 17:39:40',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_13','2014-03-14 17:39:40',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_14','2014-03-14 17:39:40',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_15','2014-03-14 17:39:40',0,1,1),('indosat','oamdelaytestresultentity#P#Daily_2014_03_16','2014-03-14 17:39:41',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_12','2014-03-14 17:39:41',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_13','2014-03-14 17:39:42',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_14','2014-03-14 17:39:42',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_15','2014-03-14 17:39:42',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_16','2014-03-14 17:39:42',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_17','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_18','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_19','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_20','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_21','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_22','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_23','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_24','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_25','2014-03-14 17:39:43',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_26','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_27','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_02_28','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_01','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_02','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_03','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_04','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_05','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_06','2014-03-14 17:39:44',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_07','2014-03-14 17:39:45',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_08','2014-03-14 17:39:45',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_09','2014-03-14 17:39:45',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_10','2014-03-14 17:39:45',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_11','2014-03-14 17:39:46',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_12','2014-03-14 17:39:46',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_13','2014-03-14 17:39:46',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_14','2014-03-14 17:39:46',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_15','2014-03-14 17:39:46',0,1,1),('indosat','oamdelaytestresulthourly#P#Daily_2014_03_16','2014-03-14 17:39:46',0,1,1),('indosat','oammonitoredobject','2014-03-13 20:02:02',0,1,1),('indosat','odeuser','2014-03-13 20:02:00',0,1,1),('indosat','outageperiod#P#Monthly_2009_04_01','2014-03-14 17:23:55',0,1,1),('indosat','outageperiod#P#Monthly_2009_05_01','2014-03-14 17:38:41',0,1,1),('indosat','outageperiod#P#Monthly_2009_06_01','2014-03-14 17:38:41',0,1,1),('indosat','outageperiod#P#Monthly_2009_07_01','2014-03-14 17:38:41',0,1,1),('indosat','outageperiod#P#Monthly_2009_08_01','2014-03-14 17:38:42',0,1,1),('indosat','outageperiod#P#Monthly_2009_09_01','2014-03-14 17:38:42',0,1,1),('indosat','outageperiod#P#Monthly_2009_10_01','2014-03-14 17:38:42',0,1,1),('indosat','outageperiod#P#Monthly_2009_11_01','2014-03-14 17:38:42',0,1,1),('indosat','outageperiod#P#Monthly_2009_12_01','2014-03-14 17:38:42',0,1,1),('indosat','outageperiod#P#Monthly_2010_01_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_02_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_03_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_04_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_05_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_06_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_07_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_08_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_09_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_10_01','2014-03-14 17:38:43',0,1,1),('indosat','outageperiod#P#Monthly_2010_11_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2010_12_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_01_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_02_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_03_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_04_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_05_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_06_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_07_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_08_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_09_01','2014-03-14 17:38:44',0,1,1),('indosat','outageperiod#P#Monthly_2011_10_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2011_11_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2011_12_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_01_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_02_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_03_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_04_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_05_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_06_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_07_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_08_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_09_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_10_01','2014-03-14 17:38:45',0,1,1),('indosat','outageperiod#P#Monthly_2012_11_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2012_12_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_01_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_02_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_03_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_04_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_05_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_06_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_07_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_08_01','2014-03-14 17:38:46',0,1,1),('indosat','outageperiod#P#Monthly_2013_09_01','2014-03-14 17:38:47',0,1,1),('indosat','outageperiod#P#Monthly_2013_10_01','2014-03-14 17:38:47',0,1,1),('indosat','outageperiod#P#Monthly_2013_11_01','2014-03-14 17:38:47',0,1,1),('indosat','outageperiod#P#Monthly_2013_12_01','2014-03-14 17:38:47',0,1,1),('indosat','outageperiod#P#Monthly_2014_01_01','2014-03-14 17:38:47',0,1,1),('indosat','outageperiod#P#Monthly_2014_02_01','2014-03-14 17:38:47',0,1,1),('indosat','outageperiod#P#Monthly_2014_03_01','2014-03-14 17:38:47',0,1,1),('indosat','outageperiod#P#Monthly_2014_04_01','2014-03-14 17:38:47',0,1,1),('indosat','outageperiod#P#Monthly_2014_05_01','2014-03-14 17:38:47',0,1,1),('indosat','partitionedtable','2014-03-13 20:02:07',52,1,0),('indosat','plainmaintenancewindow','2014-03-13 20:02:05',0,1,0),('indosat','plainmaintenancewindownode','2014-03-13 20:02:05',0,1,0),('indosat','plainmaintenancewindowport','2014-03-13 20:02:05',0,1,0),('indosat','plainmaintenancewindowservice','2014-03-13 20:02:05',0,1,0),('indosat','property','2014-03-13 20:02:02',0,1,1),('indosat','queueegressbwpersap#P#Daily_2014_03_14','2014-03-14 17:38:55',0,1,1),('indosat','queueegressbwpersap#P#Daily_2014_03_15','2014-03-14 17:38:55',0,1,1),('indosat','queueegressbwpersap#P#Daily_2014_03_16','2014-03-14 17:38:55',0,1,1),('indosat','queueingressbwpersap#P#Daily_2014_03_14','2014-03-14 17:38:55',0,1,1),('indosat','queueingressbwpersap#P#Daily_2014_03_15','2014-03-14 17:38:56',0,1,1),('indosat','queueingressbwpersap#P#Daily_2014_03_16','2014-03-14 17:38:56',0,1,1),('indosat','ram_batch_job','2014-03-13 20:02:06',0,1,1),('indosat','ram_batch_job_parameter','2014-03-13 20:02:06',0,1,1),('indosat','ram_batch_stream','2014-03-13 20:02:06',0,1,1),('indosat','ram_customer_report','2014-03-13 20:02:18',31,1,0),('indosat','ram_customer_report_parameter','2014-03-13 20:02:38',110,1,1),('indosat','ram_customer_report_prompt','2014-03-13 20:02:28',83,1,1),('indosat','ram_email','2014-03-13 20:02:06',0,1,0),('indosat','ram_parameter_default','2014-03-13 20:02:06',0,1,1),('indosat','ram_report','2014-03-13 20:02:08',396,19,9),('indosat','ram_report_parameter','2014-03-13 20:02:08',5439,27,9),('indosat','ram_report_result','2014-03-13 20:02:06',0,1,1),('indosat','ram_report_result_resource','2014-03-14 17:42:27',2,7,1),('indosat','roles','2014-03-13 20:02:49',34,1,0),('indosat','servercpumemorystatsdaily#P#Monthly_2014_03_01','2014-03-14 17:39:38',0,1,1),('indosat','servercpumemorystatsdaily#P#Monthly_2014_04_01','2014-03-14 17:39:38',0,1,1),('indosat','servercpumemorystatsdaily#P#Monthly_2014_05_01','2014-03-14 17:39:38',0,1,1),('indosat','servercpumemorystatsentity#P#Daily_2014_03_14','2014-03-14 17:39:37',0,1,1),('indosat','servercpumemorystatsentity#P#Daily_2014_03_15','2014-03-14 17:39:37',0,1,1),('indosat','servercpumemorystatsentity#P#Daily_2014_03_16','2014-03-14 17:39:37',0,1,1),('indosat','servercpumemorystatshourly#P#Daily_2014_03_14','2014-03-14 17:39:38',0,1,1),('indosat','servercpumemorystatshourly#P#Daily_2014_03_15','2014-03-14 17:39:38',0,1,1),('indosat','servercpumemorystatshourly#P#Daily_2014_03_16','2014-03-14 17:39:38',0,1,1),('indosat','serverdiskstatsdaily#P#Monthly_2014_03_01','2014-03-14 17:39:39',0,1,1),('indosat','serverdiskstatsdaily#P#Monthly_2014_04_01','2014-03-14 17:39:39',0,1,1),('indosat','serverdiskstatsdaily#P#Monthly_2014_05_01','2014-03-14 17:39:39',0,1,1),('indosat','serverdiskstatsentity#P#Daily_2014_03_14','2014-03-14 17:39:38',0,1,1),('indosat','serverdiskstatsentity#P#Daily_2014_03_15','2014-03-14 17:39:38',0,1,1),('indosat','serverdiskstatsentity#P#Daily_2014_03_16','2014-03-14 17:39:38',0,1,1),('indosat','serverdiskstatshourly#P#Daily_2014_03_14','2014-03-14 17:39:39',0,1,1),('indosat','serverdiskstatshourly#P#Daily_2014_03_15','2014-03-14 17:39:39',0,1,1),('indosat','serverdiskstatshourly#P#Daily_2014_03_16','2014-03-14 17:39:39',0,1,1),('indosat','serviceegressoctetslogrecord#P#Daily_2014_03_14','2014-03-14 17:39:18',0,1,1),('indosat','serviceegressoctetslogrecord#P#Daily_2014_03_15','2014-03-14 17:39:19',0,1,1),('indosat','serviceegressoctetslogrecord#P#Daily_2014_03_16','2014-03-14 17:39:19',0,1,1),('indosat','serviceegressoctetslogrecorddaily#P#Monthly_2014_03_01','2014-03-14 17:39:19',0,1,1),('indosat','serviceegressoctetslogrecorddaily#P#Monthly_2014_04_01','2014-03-14 17:39:19',0,1,1),('indosat','serviceegressoctetslogrecorddaily#P#Monthly_2014_05_01','2014-03-14 17:39:19',0,1,1),('indosat','serviceegressoctetslogrecordhourly#P#Daily_2014_03_14','2014-03-14 17:39:19',0,1,1),('indosat','serviceegressoctetslogrecordhourly#P#Daily_2014_03_15','2014-03-14 17:39:19',0,1,1),('indosat','serviceegressoctetslogrecordhourly#P#Daily_2014_03_16','2014-03-14 17:39:19',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_08','2014-03-14 17:39:14',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_09','2014-03-14 17:39:14',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_10','2014-03-14 17:39:14',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_11','2014-03-14 17:39:14',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_12','2014-03-14 17:39:14',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_13','2014-03-14 17:39:14',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_14','2014-03-14 17:39:14',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_15','2014-03-14 17:39:14',0,1,1),('indosat','serviceingressoctetslogrecord#P#Daily_2014_03_16','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_04_01','2014-03-14 17:39:20',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_05_01','2014-03-14 17:39:20',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_06_01','2014-03-14 17:39:20',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_07_01','2014-03-14 17:39:20',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_08_01','2014-03-14 17:39:20',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_09_01','2014-03-14 17:39:20',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_10_01','2014-03-14 17:39:20',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_11_01','2014-03-14 17:39:21',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2009_12_01','2014-03-14 17:39:21',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_01_01','2014-03-14 17:39:21',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_02_01','2014-03-14 17:39:21',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_03_01','2014-03-14 17:39:22',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_04_01','2014-03-14 17:39:22',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_05_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_06_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_07_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_08_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_09_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_10_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_11_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2010_12_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_01_01','2014-03-14 17:39:23',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_02_01','2014-03-14 17:39:24',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_03_01','2014-03-14 17:39:24',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_04_01','2014-03-14 17:39:24',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_05_01','2014-03-14 17:39:24',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_06_01','2014-03-14 17:39:24',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_07_01','2014-03-14 17:39:24',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_08_01','2014-03-14 17:39:24',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_09_01','2014-03-14 17:39:25',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_10_01','2014-03-14 17:39:25',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_11_01','2014-03-14 17:39:25',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2011_12_01','2014-03-14 17:39:25',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_01_01','2014-03-14 17:39:25',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_02_01','2014-03-14 17:39:25',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_03_01','2014-03-14 17:39:25',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_04_01','2014-03-14 17:39:25',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_05_01','2014-03-14 17:39:26',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_06_01','2014-03-14 17:39:26',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_07_01','2014-03-14 17:39:26',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_08_01','2014-03-14 17:39:26',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_09_01','2014-03-14 17:39:26',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_10_01','2014-03-14 17:39:26',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_11_01','2014-03-14 17:39:26',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2012_12_01','2014-03-14 17:39:26',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_01_01','2014-03-14 17:39:27',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_02_01','2014-03-14 17:39:27',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_03_01','2014-03-14 17:39:27',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_04_01','2014-03-14 17:39:27',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_05_01','2014-03-14 17:39:27',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_06_01','2014-03-14 17:39:27',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_07_01','2014-03-14 17:39:27',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_08_01','2014-03-14 17:39:27',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_09_01','2014-03-14 17:39:28',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_10_01','2014-03-14 17:39:28',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_11_01','2014-03-14 17:39:28',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2013_12_01','2014-03-14 17:39:28',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2014_01_01','2014-03-14 17:39:28',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2014_02_01','2014-03-14 17:39:28',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2014_03_01','2014-03-14 17:39:29',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2014_04_01','2014-03-14 17:39:29',0,1,1),('indosat','serviceingressoctetslogrecorddaily#P#Monthly_2014_05_01','2014-03-14 17:39:29',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_12','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_13','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_14','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_15','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_16','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_17','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_18','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_19','2014-03-14 17:39:15',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_20','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_21','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_22','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_23','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_24','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_25','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_26','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_27','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_02_28','2014-03-14 17:39:16',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_01','2014-03-14 17:39:17',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_02','2014-03-14 17:39:17',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_03','2014-03-14 17:39:17',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_04','2014-03-14 17:39:17',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_05','2014-03-14 17:39:17',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_06','2014-03-14 17:39:17',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_07','2014-03-14 17:39:17',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_08','2014-03-14 17:39:17',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_09','2014-03-14 17:39:18',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_10','2014-03-14 17:39:18',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_11','2014-03-14 17:39:18',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_12','2014-03-14 17:39:18',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_13','2014-03-14 17:39:18',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_14','2014-03-14 17:39:18',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_15','2014-03-14 17:39:18',0,1,1),('indosat','serviceingressoctetslogrecordhourly#P#Daily_2014_03_16','2014-03-14 17:39:18',0,1,1),('indosat','serviceoperationalstatusentity#P#Monthly_2014_03_01','2014-03-14 17:40:05',0,1,1),('indosat','serviceoperationalstatusentity#P#Monthly_2014_04_01','2014-03-14 17:40:05',0,1,1),('indosat','serviceoperationalstatusentity#P#Monthly_2014_05_01','2014-03-14 17:40:05',0,1,1),('indosat','serviceservice','2014-03-13 20:02:02',0,1,0),('indosat','simplemonitoredobject','2014-03-13 20:02:01',0,1,1),('indosat','stats_equipment_interface_additional','2014-03-13 20:02:06',0,1,1),('indosat','stats_equipment_interface_additional_day','2014-03-13 20:02:07',0,1,1),('indosat','stats_equipment_interface_additional_hour','2014-03-13 20:02:07',0,1,1),('indosat','stats_equipment_interface_additional_month','2014-03-13 20:02:07',0,1,1),('indosat','stats_equipment_interface_additional_timestamp','2014-03-13 20:02:07',0,1,0),('indosat','stats_equipment_interface_additional_week','2014-03-13 20:02:07',0,1,1),('indosat','statsaggregationlog','2014-03-13 20:02:02',0,1,0),('indosat','statscollectionlog','2014-03-13 20:02:02',0,1,0),('indosat','statsgroupforcollection','2014-03-13 20:02:02',0,1,1),('indosat','systemcpustatslogrecord#P#Daily_2014_03_14','2014-03-14 17:39:29',0,1,1),('indosat','systemcpustatslogrecord#P#Daily_2014_03_15','2014-03-14 17:39:29',0,1,1),('indosat','systemcpustatslogrecord#P#Daily_2014_03_16','2014-03-14 17:39:29',0,1,1),('indosat','systemcpustatslogrecorddaily#P#Monthly_2014_03_01','2014-03-14 17:39:30',0,1,1),('indosat','systemcpustatslogrecorddaily#P#Monthly_2014_04_01','2014-03-14 17:39:30',0,1,1),('indosat','systemcpustatslogrecorddaily#P#Monthly_2014_05_01','2014-03-14 17:39:30',0,1,1),('indosat','systemcpustatslogrecordhourly#P#Daily_2014_03_14','2014-03-14 17:39:29',0,1,1),('indosat','systemcpustatslogrecordhourly#P#Daily_2014_03_15','2014-03-14 17:39:29',0,1,1),('indosat','systemcpustatslogrecordhourly#P#Daily_2014_03_16','2014-03-14 17:39:29',0,1,1),('indosat','systemmemorystatslogrecord#P#Daily_2014_03_14','2014-03-14 17:39:30',0,1,1),('indosat','systemmemorystatslogrecord#P#Daily_2014_03_15','2014-03-14 17:39:31',0,1,1),('indosat','systemmemorystatslogrecord#P#Daily_2014_03_16','2014-03-14 17:39:31',0,1,1),('indosat','systemmemorystatslogrecorddaily#P#Monthly_2014_03_01','2014-03-14 17:39:33',0,1,1),('indosat','systemmemorystatslogrecorddaily#P#Monthly_2014_04_01','2014-03-14 17:39:33',0,1,1),('indosat','systemmemorystatslogrecorddaily#P#Monthly_2014_05_01','2014-03-14 17:39:33',0,1,1),('indosat','systemmemorystatslogrecordhourly#P#Daily_2014_03_14','2014-03-14 17:39:32',0,1,1),('indosat','systemmemorystatslogrecordhourly#P#Daily_2014_03_15','2014-03-14 17:39:32',0,1,1),('indosat','systemmemorystatslogrecordhourly#P#Daily_2014_03_16','2014-03-14 17:39:33',0,1,1),('indosat','tunnelpingresult#P#Daily_2014_03_14','2014-03-14 17:39:33',0,1,1),('indosat','tunnelpingresult#P#Daily_2014_03_15','2014-03-14 17:39:33',0,1,1),('indosat','tunnelpingresult#P#Daily_2014_03_16','2014-03-14 17:39:33',0,1,1),('indosat','tunnelpingresultdaily#P#Monthly_2014_03_01','2014-03-14 17:39:34',0,1,1),('indosat','tunnelpingresultdaily#P#Monthly_2014_04_01','2014-03-14 17:39:34',0,1,1),('indosat','tunnelpingresultdaily#P#Monthly_2014_05_01','2014-03-14 17:39:34',0,1,1),('indosat','tunnelpingresulthourly#P#Daily_2014_03_14','2014-03-14 17:39:33',0,1,1),('indosat','tunnelpingresulthourly#P#Daily_2014_03_15','2014-03-14 17:39:34',0,1,1),('indosat','tunnelpingresulthourly#P#Daily_2014_03_16','2014-03-14 17:39:34',0,1,1),('indosat','user_userprofiles','2014-03-13 20:02:00',0,1,2),('indosat','userdomain','2014-03-13 20:02:00',0,1,0),('indosat','usergroup','2014-03-13 20:02:00',0,1,0),('indosat','usergrouprule_domain','2014-03-13 20:02:01',0,1,2),('indosat','usergrouprule_userprofiles','2014-03-13 20:02:01',0,1,2),('indosat','userprofiles','2014-03-13 20:02:00',0,1,0),('indosat','userprofiles_roles','2014-03-13 20:02:00',0,1,2),('indosat','userprofilesusergrouprule','2014-03-13 20:02:01',0,1,0),('indosat','vprnpingresultdaily#P#Monthly_2009_04_01','2014-03-14 17:39:55',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2009_05_01','2014-03-14 17:39:55',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2009_06_01','2014-03-14 17:39:55',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2009_07_01','2014-03-14 17:39:55',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2009_08_01','2014-03-14 17:39:55',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2009_09_01','2014-03-14 17:39:56',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2009_10_01','2014-03-14 17:39:56',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2009_11_01','2014-03-14 17:39:56',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2009_12_01','2014-03-14 17:39:56',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_01_01','2014-03-14 17:39:56',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_02_01','2014-03-14 17:39:56',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_03_01','2014-03-14 17:39:56',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_04_01','2014-03-14 17:39:57',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_05_01','2014-03-14 17:39:57',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_06_01','2014-03-14 17:39:57',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_07_01','2014-03-14 17:39:57',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_08_01','2014-03-14 17:39:57',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_09_01','2014-03-14 17:39:57',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_10_01','2014-03-14 17:39:57',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_11_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2010_12_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_01_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_02_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_03_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_04_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_05_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_06_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_07_01','2014-03-14 17:39:58',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_08_01','2014-03-14 17:39:59',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_09_01','2014-03-14 17:39:59',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_10_01','2014-03-14 17:39:59',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_11_01','2014-03-14 17:39:59',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2011_12_01','2014-03-14 17:39:59',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_01_01','2014-03-14 17:39:59',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_02_01','2014-03-14 17:39:59',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_03_01','2014-03-14 17:40:00',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_04_01','2014-03-14 17:40:00',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_05_01','2014-03-14 17:40:00',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_06_01','2014-03-14 17:40:01',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_07_01','2014-03-14 17:40:02',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_08_01','2014-03-14 17:40:02',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_09_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_10_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_11_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2012_12_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_01_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_02_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_03_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_04_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_05_01','2014-03-14 17:40:03',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_06_01','2014-03-14 17:40:04',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_07_01','2014-03-14 17:40:04',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_08_01','2014-03-14 17:40:04',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_09_01','2014-03-14 17:40:04',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_10_01','2014-03-14 17:40:04',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_11_01','2014-03-14 17:40:04',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2013_12_01','2014-03-14 17:40:04',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2014_01_01','2014-03-14 17:40:04',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2014_02_01','2014-03-14 17:40:05',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2014_03_01','2014-03-14 17:40:05',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2014_04_01','2014-03-14 17:40:05',0,1,1),('indosat','vprnpingresultdaily#P#Monthly_2014_05_01','2014-03-14 17:40:05',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_08','2014-03-14 17:39:48',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_09','2014-03-14 17:39:48',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_10','2014-03-14 17:39:48',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_11','2014-03-14 17:39:48',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_12','2014-03-14 17:39:49',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_13','2014-03-14 17:39:49',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_14','2014-03-14 17:39:49',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_15','2014-03-14 17:39:49',0,1,1),('indosat','vprnpingresultentity#P#Daily_2014_03_16','2014-03-14 17:39:49',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_12','2014-03-14 17:39:49',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_13','2014-03-14 17:39:50',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_14','2014-03-14 17:39:50',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_15','2014-03-14 17:39:50',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_16','2014-03-14 17:39:50',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_17','2014-03-14 17:39:50',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_18','2014-03-14 17:39:51',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_19','2014-03-14 17:39:51',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_20','2014-03-14 17:39:51',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_21','2014-03-14 17:39:52',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_22','2014-03-14 17:39:52',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_23','2014-03-14 17:39:52',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_24','2014-03-14 17:39:52',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_25','2014-03-14 17:39:53',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_26','2014-03-14 17:39:53',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_27','2014-03-14 17:39:53',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_02_28','2014-03-14 17:39:53',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_01','2014-03-14 17:39:53',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_02','2014-03-14 17:39:53',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_03','2014-03-14 17:39:53',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_04','2014-03-14 17:39:53',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_05','2014-03-14 17:39:54',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_06','2014-03-14 17:39:54',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_07','2014-03-14 17:39:54',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_08','2014-03-14 17:39:54',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_09','2014-03-14 17:39:54',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_10','2014-03-14 17:39:54',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_11','2014-03-14 17:39:54',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_12','2014-03-14 17:39:54',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_13','2014-03-14 17:39:55',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_14','2014-03-14 17:39:55',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_15','2014-03-14 17:39:55',0,1,1),('indosat','vprnpingresulthourly#P#Daily_2014_03_16','2014-03-14 17:39:55',0,1,1),('indosat','woservicetoworkorder','2014-03-13 20:02:05',0,1,2),('indosat','woworkorder','2014-03-13 20:02:05',0,1,0),('indosat','woworkorder_woworkorderactivitynote','2014-03-13 20:02:05',0,1,2),('indosat','woworkorder_woworkorderevent','2014-03-13 20:02:05',0,1,2),('indosat','woworkorder_woworkorderfailure','2014-03-13 20:02:05',0,1,2),('indosat','woworkorder_woworkorderrequest','2014-03-13 20:02:05',0,1,2),('indosat','woworkorderactivitynote','2014-03-13 20:02:05',0,1,1),('indosat','woworkorderevent','2014-03-13 20:02:05',0,1,1),('indosat','woworkorderfailure','2014-03-13 20:02:05',0,1,1),('indosat','woworkorderrequest','2014-03-13 20:02:05',0,1,1); /*!40000 ALTER TABLE `innodb_table_stats` ENABLE KEYS */; UNLOCK TABLES;