Previous  Next          Contents  Index  Navigation  Glossary  Library

Defining Alerts for Custom Oracle Applications

Oracle Alert integrates fully with your custom Oracle applications, so you have a quick and easy way to monitor the exceptions in your custom Oracle databases.

A custom application is an application that was not installed using AutoInstall or, any application that resides outside the database where Oracle Alert resides. For example, an Oracle Application that resides in a different database from Oracle Alert is considered a custom application. Using database links, Oracle Alert can monitor any custom application as if it resides in the same database as Oracle Alert.

   To define a periodic alert for your custom application:

	CREATE DATABASE LINK linkname
	CONNECT TO username IDENTIFIED BY password
	USING 'connect string'; 

Note: Replace
'connect string'
with a SQL*Net V1 connect string or a SQL*Net V2 alias. Refer to the SQL*Net User's Guide for your protocol for more information.

	CREATE DATABASE LINK CUSTOM_APPL
	CONNECT TO SCOTT IDENTIFIED BY TIGER
	USING 't:hqfin:CUSTOM_DB'; 

Note: If your custom application resides in the same database as Oracle Alert, you need not define a database link.

   To define an event alert for your custom application:

Attention: If you want to create event alerts for Oracle Applications that reside on another database, you must install Oracle Alert on that database.

See Also

Creating a Responsibility for Your Custom Application Alert Manager


         Previous  Next          Contents  Index  Navigation  Glossary  Library