This page was last edited on November 4, 2016, at 19:38.
Comments or questions about this documentation? Contact us for support!
DBMS | Drop Tables Script
(Optional) |
Initialization Script | Multi-language Initialization Script a |
---|---|---|---|
DB2 | drop_tables_db2.sql | init_db2.sql | init_multilang_db2.sql |
Microsoft SQL | drop_tables_mssql.sql | init_mssql.sql | init_multilang_mssql.sql b |
Oracle | drop_tables_oracle.sql | init_oracle.sql | init_multilang_oracle.sql |
PostgreSQL | drop_tables_postgre.sql | init_postgre.sql | Not required |
Notes: a. Use the multi-language scripts if you are setting up your Centralized Log system in multi-language mode. Make sure that the Log Database is created with settings that allow for use in multi-language environments. Refer to the Framework Database Connectivity Reference Guide for recommented settings for your database. b. A multi-language MS SQL database uses UCS-2 encoding instead of UTF-8 encoding. You must set utf8-ucs2=true in the [dbclient] section in the annex of the corresponding Database Access Point. Refer to the Framework Configuration Options Reference Manual for more information about this option. |