码迷,mamicode.com
首页 > 其他好文 > 详细

EBS建立客制开发表空间数据文件

时间:2015-05-24 11:21:09      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

[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.

EBS建立客制开发表空间数据文件

标签:

原文地址:http://www.cnblogs.com/quanweiru/p/4525441.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!