为了给一个表作备份,我先从
pl/sql developer 
导出表结构,该脚本里面有
tablespace OTHER_DATA
  pctfree 10
  pctused 40
  initrans 1
  maxtrans 255
  storage
  (
    initial 1M
    minextents 1
    maxextents unlimited
  );
用sqlplus导入时,抱错,上面一段内容建表时必须吗?