The Alert Wizard is provided for
your reference purposes, and carries no warranty. Oracle does not warrant
that the software will satisfy your requirements, or that the software is
without defect or error.
Summary
Alert Generation Wizard will give
you a wizard to create and manage triggers to send messages to Oracle Mobile
Server. It will get the necessary information to create a trigger and generate
a OracleMessageXML to send messages through Oracle Mobile.
Requirements
Oracle 8i or above;
JDK-1.2.2_006 or above;
Repository
Alert Wizard to work needs its own repository. So before start to use Alert
Wizard, you need to create the repository.
Extract zip file in a directory
(eg.: D:\AlertWizard);
Connect to a database with a
DBA user;
Run the script create_repository.sql(eg.:D:\AlertWizard\oracle\mobile\tools\alert\sql\create_repository.sql);
The script will ask for a connection
string, please enter a connect_string when script ask for (eg.:ommod);
After open a Command Prompt
and run create_repository.bat passing the connect string(eg:.D:\AlertWizard\loadrep.bat
ommod01.us.oracle.com:1521:ommod01);
To create a AlertWizard demo
user and demo tables run the script tabdemo.sql as DBA and inform
a connect_string.