IBM Books
(C) IBM Corp. 2000

DB2 Net Search Extender Administration and User's Guide

Creating a text index for DATALINK data types

DB2 Net Search Extender supports the data type DATALINK.

  1. If you are using proxies, add one row to the db2ext.proxyinformation table, counting the host name, a timeout value in seconds, and either port 'proxy' or 'socks'.
    db2 INSERT into db2ext.proxyinformation values
               ('hostname', '80' 'proxy', 10)
    

    Note that only one row is allowed in this table. A trigger assures this.

  2. See the DB2 Universal Database Version 8 documentation for details on how to set up the Java environment on different platforms, for example in the DB2 Information Center. Basically, you must adjust the database manager configuration.

    The Data Link UDF returns blob (100 KB). To change the return size, use DB2EXTDL and update the database manager configuration parameter, java_heap_sz.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]