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

  1. rem 
  2. rem $Header: utlexcpt.sql 7020100.1 94/09/23 22:14:30 cli Generic<base> $ 
  3. rem 
  4. Rem  Copyright (c) 1991 by Oracle Corporation 
  5. Rem    NAME
  6. Rem      except.sql - <one-line expansion of the name>
  7. Rem    DESCRIPTION
  8. Rem      <short description of component this file declares/defines>
  9. Rem    RETURNS
  10. Rem 
  11. Rem    NOTES
  12. Rem      <other useful comments, qualifications, etc.>
  13. Rem    MODIFIED   (MM/DD/YY)
  14. Rem     glumpkin   10/20/92 -  Renamed from EXCEPT.SQL 
  15. Rem     epeeler    07/22/91 -         add comma 
  16. Rem     epeeler    04/30/91 -         Creation 
  17.  
  18. create table exceptions(row_id rowid,
  19.                     owner varchar2(30),
  20.                     table_name varchar2(30),
  21.                 constraint varchar2(30));
  22.