Subversion Repositories Sigmater

Rev

Blame | Last modification | View Log | Download | RSS feed

create table WS_SERVIZI
(
  NOME_SERVIZIO VARCHAR2(50) not null,
  LIMITE_MAX    NUMBER(6) not null
)
tablespace &REGMON_TBS_NAME
  pctfree 10
  initrans 1
  maxtrans 255
  storage
  (
    initial 64K
    minextents 1
    maxextents unlimited
  );