我点击file-->new-->queue table建张表,跳出以下界面:哪些是必填项?不填的话都会默认的吧?

解决方案 »

  1.   

    直接命令来吧 
    create table tb(col datatype....)
      

  2.   

    这个比较高深,没接触过.Oracle Streams Advanced Queuing (AQ) ?
      

  3.   


    不会上图,给代码参考一下
    alter table MU111
      add constraint MU111_PRIMARY_KEY primary key (MENU_ID)
      using index 
      tablespace USERS
      pctfree 10
      initrans 2
      maxtrans 255
      storage
      (
        initial 64K
        next 1M
        minextents 1
        maxextents unlimited
      );