And this is the tabe to be filled with data.
create table HD_TIMESERIES_VALUES
(
TS_ID NUMBER(20) not null,
VTIME DATE not null,
VALUE NUMBER(10,3) default 0 not null,
STATUS1 VARCHAR2(1),
STATUS2 VARCHAR2(1),
VDATUM DATE,
constraint PK_TIMESERIES_VAL primary key (TS_ID...