ORACLE增加資料表空間

來源:互聯網
上載者:User

1、 
執行以下SQL語句尋找存放資料表空間的資料檔案的路徑

--Sep 28, 2008 
Eleven.Xu

SELECT
ddf.file_name

  FROM Dba_Data_Files ddf

 where ddf.tablespace_name = 'APPS_TS_TX_DATA'

2、用system/manager登入PL/SQL Developer

建立一個command視窗

運行如下SQL語句:

ALTER TABLESPACE APPS_TS_TX_DATA ADD DATAFILE
'/d01/dba/vis01data/tx_data14.dbf' SIZE 100M;(增加100M到APPS_TS_TX_DATA資料表空間)

注意:執行上面命令是增加tx_data**.dbf檔案, **請用“不存在SQL結果”裡的數字代替,一般為SQL中查詢中的最大數字加1。

 

例如:

通過1查詢到目前APPS_TS_TX_DATA資料表空間中共有以下資料檔案:

/d01/dba/vis01data/tx_data1.dbf

/d01/dba/vis01data/tx_data2.dbf

...

/d01/dba/vis01data/tx_data14.dbf

通過2新增加資料表空間:

/d01/dba/vis01data/tx_data15.dbf
(新增加的資料表空間的編號一般為前一數字+1,即15)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.