Help for this page

Select Code to Download


  1. or download this
    package SDU::DBI_MaxSeqTotPorts;
    use strict;
    ...
    __PACKAGE__->columns(Primary => 'ID');
    __PACKAGE__->columns(Others => qw/CUSTOMER SWITCH_NAME SEQUENCE PORTS/
    +);
    1;
    
  2. or download this
    CREATE OR REPLACE VIEW sdu.max_seq_tot_ports (
       id,
    ...
    /
    
  3. or download this
    The "MAX_SEQ_TOT_PORTS" table has no primary key at /opt/ar/scripts/sd
    +p_upload/SDU/DB.pm line 15
    Compilation failed in require at /opt/ar/scripts/sdp_upload/SDU/DB.pm 
    +line 15.
    BEGIN failed--compilation aborted at /opt/ar/scripts/sdp_upload/SDU/DB
    +.pm line 15.
    Compilation failed in require at ./tobj.pl line 3.
    BEGIN failed--compilation aborted at ./tobj.pl line 3.