C:/>sqlplus
SQL*Plus: Release 9.2.0.1.0 - Production on 星期六 9月 29 15:08:34 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
請輸入使用者名稱: sys as sysdba
請輸入口令:
串連到:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL> create user testuser identified by pwd default tablespace users Temporary T
ABLESPACE Temp;
使用者已建立
SQL> grant connect to testuser;
授權成功。
SQL> commit;
提交完成。
SQL> alter user testuser quota unlimited on users;
使用者已更改。
SQL> commit;
提交完成。
SQL> quit
從Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production中斷開
C:/>sqlplus
SQL*Plus: Release 9.2.0.1.0 - Production on 星期六 9月 29 15:11:37 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
請輸入使用者名稱: testuser
請輸入口令:(此處輸入pwd)
串連到:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL>