home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / db / dbtool71 / ulcase7e.sql < prev    next >
Encoding:
Text File  |  1994-08-08  |  784 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 7010100.1 93/08/20 17:36:58 twang 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.