home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / DB / UTIL72 / ULCASE7E.SQL < prev    next >
Encoding:
Text File  |  1995-05-09  |  809 b   |  28 lines

  1. Rem  Copyright (c) 1991 by Oracle Corporation
  2. Rem    NAME
  3. Rem      ulcase7e.sql - <one-line expansion of the name>
  4. Rem    DESCRIPTION
  5. Rem      <short description of component this file declares/defines>
  6. Rem    RETURNS
  7. Rem
  8. Rem    NOTES
  9. Rem      <other useful comments, qualifications, etc.>
  10. Rem    MODIFIED   (MM/DD/YY)
  11. Rem     ksudarsh   03/11/93 -  comment out vms specific host command 
  12. Rem     ksudarsh   12/30/92 -  Creation 
  13. Rem     ksudarsh   12/27/92 -  Creation
  14. Rem
  15. Rem $Header: ulcase7e.sql 7020100.1 94/09/23 22:19:23 cli Generic<base> $
  16. Rem
  17. Rem ULDEMO7E.SQL
  18. Rem   End-script for SQL*Loader Examples, Case 7
  19.  
  20. set termout off
  21. rem host write sys$output "Cleaning up Case 7 Trigger and Package."
  22. set feedback off
  23.  
  24. DROP PACKAGE uldemo7;
  25. DROP TRIGGER uldemo7_emp_insert;
  26.  
  27. EXIT
  28.