Des articles
Can one read/write files from PL/SQL?
Please contact revion.com first, so we can enter directory into oracle config....
How do I send e-mail messages from PL/SQL?Please follow this greate example: below: (http://www.orafaq.com/scripts/plsql/smtp.txt) rem...
How to resolve: ORA-29248: an unrecognized WRL was used to open a walletWhen using Wallet for paypal or Google checkout the following error may occur: ORA-29248: an...
In order to use your hosting servie I would need to be able to automate the daily import of data. What options are available for loading data into the database? Can we use: sql loader? the Oracle import (imp) utility? external tables?You can use sql loader, import or data pump utility.
Send e-mail using UTL_MAIL and authentication# create or replace proceduretestmail(fromm varchar2,too varchar2,sub varchar2,body...
Send mail with UTL_MAILHow to send mail with with UTL_MAIL 1. first you need to contact us to get acl opened. Please...
What is PL/SQL and what is it used for?PL/SQL is Oracle's Procedural Language extension to SQL. PL/SQL's language syntax, structure and...