home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / db / rdbms71 / cat716.sql < prev    next >
Encoding:
Text File  |  1994-08-07  |  703 b   |  19 lines

  1. rem 
  2. rem $Header: cat716.sql 7010200.1 93/11/15 00:14:00 snataraj Generic<base> $ 
  3. rem 
  4. Rem  Copyright (c) 1992 by Oracle Corporation 
  5. Rem    NAME
  6. Rem      cat716.sql - Migrate 7.0.15 to 7.0.16
  7. Rem    DESCRIPTION
  8. Rem      RIGHT AFTER A 7.0.15 DATABASE IS STARTED UP USING 7.0.16
  9. Rem      FOR THE FIRST TIME, RUN THIS SCRIPT ONCE AS INTERNAL.
  10. Rem      A 7.0.15 database is a database that has been created using
  11. Rem      7.0.15 release or upgraded to use 7.0.15 release.
  12. Rem    MODIFIED   (MM/DD/YY)
  13. Rem     wbridge    07/02/93 -  Creation
  14.  
  15. create or replace view v_$controlfile as select * from v$controlfile;
  16. drop public synonym v$controlfile;
  17. create public synonym v$controlfile for v_$controlfile;
  18.  
  19.