The views and opinions expressed all for my own,only for study and test, not reflect the views of Any Company and its affiliates.
分类:
2008-12-22 16:22:47
[root@gaudi ~]# su - oracle
[oracle@gaudi ~]$ sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.4.0 - Production on Dec 10 10:21:12 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
SQL> create user lkg identified by lkg;
User created.
SQL> grant connect,resource to lkg;
Grant succeeded.
SQL> alter user lkg default tablespace gau01d;
User altered.