Home > database >  Oracle in migrating to DB2 stored procedures
Oracle in migrating to DB2 stored procedures

Time:09-27

Table is under construction in tablespace
Pctfree
Initrans
Maxtrans
Storage
These attributes, can be directly in db2 with? Intuition told me that this is oracle's unique appearance, I have not learned DB2, a wave of told ~
How can if not directly use the DB2 stored procedure defined in it?

The source SQL is like this:
The create table 1040
(
Reg1 NUMBER (10) not null,
Reg2 RAW (4) not null,
Reg3 NUMBER (3),
Reg4 VARCHAR2 (6),
Reg5 VARCHAR2 (32),
Reg6 NUMBER (10),
Reg7 RAW (4)
)
In tablespace TB
Pctfree 10
Initrans 1
Maxtrans 255
Storage
(
Initial 64 k
Next 1 m
Minextents 1
The maxextents unlimited
);
  •  Tags:  
  • DB2
  • Related