⟩ How do I write a cron which will run a SQL query and mail the results to a group?
Use DBMS_JOB for scheduling a cron job and DBMS_MAIL to send the results through email.
Use DBMS_JOB for scheduling a cron job and DBMS_MAIL to send the results through email.
Explain What is the significance of PAGE 0 in forms 3.0?
Explain What is an Alert?
Explain What SYNCHRONIZE procedure does?
Explain How do we trap the error in forms 3.0 ?
Explain What is the usage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS?
How to execute the user defined triggers in forms 3.0?
Explain What are the types of Pop-up window?
Explain What Enter package procedure does?
Explain What package procedure used for invoke sql *plus from sql *forms?
Explain What is the difference between a POST-FIELD trigger and a POST-CHANGE trigger?