Search notes:

ORA-00907: missing right parenthesis

create table tq84_tab (
   id integer,
   dt date        check (dt = trunc(dt)) default trunc(sysdate) not null
);

See also

Other Oracle error messages such as ORA-00906: missing left parenthesis

Index