Ignore:
Timestamp:
Apr 30, 2008, 11:56:45 PM (17 years ago)
Author:
katerina
Message:

Plenty of compiler warnings fixed, SQL query length fixed, doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sql_init/samhain.oracle.init

    r68 r170  
    99        log_hash  VARCHAR2(32),
    1010        entry_status  VARCHAR2(16) DEFAULT 'NEW' NOT NULL,
    11         path          VARCHAR2(4000),         
     11        path          CLOB,         
    1212        userid        VARCHAR2(8),
    1313        grp           VARCHAR2(8),
     
    3131        interface     VARCHAR2(64),
    3232        time          VARCHAR2(64),
    33         dir           VARCHAR2(4000),
    34         linked_path   VARCHAR2(4000),
     33        dir           CLOB,
     34        linked_path   CLOB,
    3535        port          INTEGER,
    3636        service       VARCHAR2(64),
     
    5656        chksum_old    VARCHAR2(50),
    5757        chksum_new    VARCHAR2(50),
    58         link_old      VARCHAR2(4000),
    59         link_new      VARCHAR2(4000),
     58        link_old      CLOB,
     59        link_new      CLOB,
    6060        size_old      NUMBER(20),
    6161        size_new      NUMBER(20),
Note: See TracChangeset for help on using the changeset viewer.