IBM Support

IT26076: DBSCHEMA COMMAND DOES NOT DISPLAY INDEX CREATE WHEN RUN AGAINST ENTIRE DATABASE

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as duplicate of another APAR.

Error description

  • dbschema -d db1 -t all -ss > /tmp/list.lst
    
    or
    
    dbschema -d db1 -ss > /tmp/list.lst
    
    is wrong, the index definition is not found.  But if dbschema is
    run with a table specified then the result is correct.
    
    Following is a example of the output when specifying the table,
    without the -t the 'create index' output is not observed:
    
    dbschema -d db1 -t tab1 -ss
    
    DBSCHEMA Schema Utility INFORMIX-SQL Version 11.70.FC5
    
    { TABLE <owner>.tab1 row size = 255 number of columns =
    2 index size = 9 }
    create table <owner>.tab1
    (
    col1 char(4) not null ,
    col2(250)
    ) in dbspace1 extent size 128 next size 128 lock mode row;
    
    revoke all on <owner>.tab1 from "public" as <owner>;
    
    create unique index <owner>.<indexname> on <owner>.tab1
    (col1) using btree in dbspace2;
    alter table <owner>.tab1 add constraint primary key
    (col1) constraint <owner>.tab1 ;
    

Local fix

Problem summary

Problem conclusion

Temporary fix

Comments

  • This APAR is a duplicate of IT08259
    

APAR Information

  • APAR number

    IT26076

  • Reported component name

    INFORMIX SERVER

  • Reported component ID

    5725A3900

  • Reported release

    B70

  • Status

    CLOSED DUB

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2018-08-24

  • Closed date

    2020-02-28

  • Last modified date

    2020-02-28

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSGU8G","label":"Informix Servers"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"B70","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
28 February 2020