Oracle9iAS Personalization Getting Started with Oracle9iAS Personalization
Release 9.0.1

Part Number A87535-01

Library

Solution Area

Contents

Go to previous page Go to next page


Preface

Oracle9iAS Personalization (OP) provides real-time personalization for Web sites using an integrated real-time recommendation engine that is embedded in an Oracle database. OP is based on data mining technology and modeling; it builds a predictive model of customer preferences using Web-based behavioral data collected by a Web site as well as demographic data.

This manual is designed to introduce Java programmers and DBAs to the basic components and interfaces of OP.

Intended Audience

This manual is intended for users of Oracle9iAS Personalization:

Structure

This manual contains the following chapters, an appendix, and a glossary:

Prerequisites

The following software is required for the Administrative UI browser:

Configuration Details

Where to Find More Information

The documentation set for Oracle9iAS Personalization at the current release consists of the following documents:

Related Manuals

For more information about the database underlying OP, see:

Requirements

OP documentation is distributed on the same CD that OP is distributed on. Documentation is provided in PDF and HTML formats.

After OP is installed, the OP documentation can be read by opening the following URL using either Netscape or Internet Explorer:

http://server/opDoc/op.901/index.htm

where server is name of the system where OP is installed.

You can read or print the documentation directly from the CD or from your browser.

To view the PDF files, you will need

To view the HTML files, you will need

Online Help

Oracle9iAS Personalization includes extensive online help that can be summoned from a list of contents and from Help buttons.

Documentation Accessibility

Oracle's goal is to make our products, services, and supporting documentation accessible to the disabled community with good usability. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program web site at http://www.oracle.com/accessibility/.

Accessibility of Code Examples in Documentation

JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.

Conventions

In this manual, Windows refers to the Windows 95, Windows 98, and the Windows NT operating systems.

The SQL interface to Oracle9i is referred to as SQL. This interface is the Oracle9i implementation of the SQL standard ANSI X3.135-1992, ISO 9075:1992, commonly referred to as the ANSI/ISO SQL standard or SQL92. In examples, an implied carriage return occurs at the end of each line, unless otherwise noted. You must press the Return key at the end of a line of input.

The table below shows the conventions followed in this manual and their meanings:

Convention  Meaning 

boldface 

Commands, menu names, menu items, names of dialogs. 

code 

Data fields and values, special characters, etc., examples of files, data, filenames, and pathnames. 

italics 

Argument names and placeholders in command formats. 

<> 

Angle brackets enclose user-supplied names. 

% user input
system output 

In interactive examples, user input is shown in bold typewriter, and system output is shown in regular typewriter. 


Go to previous page Go to next page
Oracle
Copyright © 2001 Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents