home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / db / rdbms71 / scott.sql < prev    next >
Encoding:
Text File  |  1988-11-14  |  232 b   |  8 lines

  1. create user scott identified by tiger;
  2. grant connect to scott; 
  3. grant resource to scott;
  4. alter user scott default tablespace user_data; 
  5. alter user scott temporary tablespace temporary_data;
  6. connect scott/tiger
  7. @@demobld.sql
  8.