标签:
[root@ebs12vis oracle]# su - oracle
[oracle@ebs12vis ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.7.0 - Production on Sun May 24 10:13:48 2015
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> create tablespace CUX_DATA datafile ‘/d01/oracle/VIS/db/apps_st/data/cux_data01.dbf‘ size 200M reuse autoextend on next 100M;
Tablespace created.
SQL> create tablespace CUX_INDEX datafile ‘/d01/oracle/VIS/db/apps_st/data/cux_index01.dbf‘ size 200M reuse autoextend on next 100M;
Tablespace created.
SQL> create temporary tablespace CUX_TEMP tempfile ‘/d01/oracle/VIS/db/apps_st/data/cux_temp01.dbf‘ size 200M;
Tablespace created.
标签:
原文地址:http://www.cnblogs.com/quanweiru/p/4525441.html