home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
po7_win
/
db
/
rdbms71
/
scott.sql
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-11-14
|
232 b
|
8 lines
create user scott identified by tiger;
grant connect to scott;
grant resource to scott;
alter user scott default tablespace user_data;
alter user scott temporary tablespace temporary_data;
connect scott/tiger
@@demobld.sql