The following sections explain how to create database tables for the ATG Adaptive Scenario Engine and ATG Portal.

See the installation documentation for your other ATG products for information on creating database tables required for those applications.

Note: If you are using a utf8 Oracle database, before creating any tables, in order to avoid errors you must set the system nls_length_semantics to char:

alter system set nls_length_semantics=char;
 
loading table of contents...