SQL> CREATE  TABLE  DISCONNECT_CAUSE
  2  (
  3  DISCONNECT_CAUSE  VARCHAR2(15),
  4  DISCRIBE   VARCHAR2(50)
  5  );Table created不能用中画线