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-11 18:55:18
select b.*,a.* from v$datafile a,V$dbfile b
where a.FILE# = b.FILE#
select 1572864000/1024/1024 from dual
alter tablespace gau12d
add datafile 'gau12d_02.dbf' size 1500m
8888888888888888888888888888888888888888888888888888888
[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.