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

  1. Rem Copyright (c) 1990 by Oracle Corporation
  2. Rem NAME
  3. Rem    <name>
  4. Rem  FUNCTION
  5. Rem  NOTES
  6. Rem  MODIFIED
  7. Rem     ksudarsh   03/11/93 -  comment out vms specific host command 
  8. Rem     ksudarsh   12/29/92 -  Creation 
  9. Rem     cheigham   08/28/91 -  Creation 
  10. Rem   Heigham    11/21/90 - create UNIQUE index
  11. Rem
  12. rem 
  13. rem $Header: ulcase4.sql 7020100.1 94/09/23 22:19:25 cli Generic<base> $ 
  14. rem 
  15. set termout off
  16. rem host write sys$output "Adding unique index on emp(empno).  Please wait..."
  17. set feedback off
  18. create unique index empix on emp(empno);
  19.  
  20. exit
  21.