在導(dǎo)入數(shù)據(jù)時(shí),導(dǎo)入到一半,發(fā)現(xiàn)磁盤(pán)的空間不足。 這需要把數(shù)據(jù)庫(kù)文件的數(shù)據(jù)移動(dòng)到其他的磁盤(pán)中。 1、讓數(shù)據(jù)文件離線: SQLgt;
在導(dǎo)入數(shù)據(jù)時(shí),,導(dǎo)入到一半,發(fā)現(xiàn)磁盤(pán)的空間不足。
這需要把數(shù)據(jù)庫(kù)文件的數(shù)據(jù)移動(dòng)到其他的磁盤(pán)中。
1、讓數(shù)據(jù)文件離線:
SQL> alter database datafile
2 'H:\Oracle\product\10.2.0\oradata\lhoms\pub\test_space.dbf'
3 offline;
數(shù)據(jù)庫(kù)已更改。
2、剪貼數(shù)據(jù)文件到其他磁盤(pán)
把H:\oracle\product\10.2.0\oradata\lhoms\pub\test_space.dbf
剪貼到F:\oradata\目錄下
3、重新指定數(shù)據(jù)文件路徑
SQL> alter database rename file 'H:\oracle\product\10.2.0\oradata\lhoms\pub\test_space.dbf' to 'F:\oradata\test_space.dbf';
數(shù)據(jù)庫(kù)已更改。
4、恢復(fù)該數(shù)據(jù)文件
SQL> recover datafile 'F:\oradata\test_space.dbf';
ORA-00279:更改3998546665081 (在06/13/2011 13:10:56生成)對(duì)于線程1是必需的
ORA-00289:建議:
H:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\LHOMS\ARCHIVELOG\2011_06_13\O1_MF_1
_2573_%U_.ARC
ORA-00280:更改3998546665081 (用于線程1)在序列#2573中
指定日志: {
Auto (可選中Auto)
已應(yīng)用的日志。
完成介質(zhì)恢復(fù)。
5、使數(shù)據(jù)文件在線
SQL> alter database datafile 'F:\oradata\test_space.dbf' online;
數(shù)據(jù)庫(kù)已更改。
完畢!
聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com