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 Generation Tool, you need to create the repository.

Download file OracleMobileAlertWizard06a.zip;
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;
After open a Command Prompt and run loadrep.bat passing the connect string(eg:.D:\AlertWizard\loadrep.bat connect_string);
To create a AlertWizard demo user and demo tables run the script tabdemo.sql as DBA and inform a connect_string.

