Sending faxes using database triggers

I wish to know how I can send a fax to people using database triggers to capture values entered in specific columns.

    Requires Free Membership to View

Oracle will not let you send faxes natively from the database. So you'll need faxing software of some sort on your database server. Some faxing software will be able to receive email while others will be able to read the data from a disk file. Depending on your software, you can code your trigger to use the UTL_SMTP package to send an email or use the UTL_FILE package to generate a disk file. Then you'll have to figure out how to fire up the faxing software!

For More Information


This was first published in May 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.