Oracle9iAS Personalization Administrator's Guide Release 2(v9.0.2) Part Number A95243-03 |
|
Package building requires data. If you have data collected already, the data can be used to populate the MTR tables or the MTR schema can be mapped to the existing data via views. However, if you have no data, you can use the REAPI methods addItem
and addItems
to collect data. Data collection occurs in the Oracle9iAS Personalization Recommendation Engine (RE). For an RE to be up and running, there must be a package deployed in that RE. However, in order to build and deploy a package, you must have data in the MTR. To put it simply, you can't collect data unless you have enough data to build a package. You resolve this problem by populating the MTR with seed data and then using the seed data to build and deploy an initial package.
You create seed data on the system where Oracle9i is installed.
OP includes a script to populate an MTR with seed data and another script to remove the seed data from the MTR once enough data is collected in the MTR. The two scripts are in the directory $ORACLE_HOME/dmt/admin/mtr
:
insertMTRSeedRecords.sql
(populates an unpopulated MTR with seed data)
removeMTRSeedRecords.sql
(removes the seed data from the MTR once the initial package is built)
The OP administrator can run these scripts when appropriate.
Follow these steps to populate the tables required for package building:
insertMTRSeedRecords.sql
.
removeMTRSeedRecords.sql
.
You must specify bin boundaries for all data source types that you plan to collect.
populate_mtr_attr_id_bin_boundary.sql
Now collect data from your Web site. After you collect data for an appropriate amount of time, you can build packages based on the collected data.
|
Copyright © 2001, 2002 Oracle Corporation. All Rights Reserved. |
|