当前位置:网站首页>2.Oracle-数据文件的添加及管理
2.Oracle-数据文件的添加及管理
2022-07-05 06:20:00 【寒叶飘逸_】
- 查询V$DATAFILE、DBA_DATA_FILES表
查询V$DATAFILE
select name,file#,checkpoint_change# from v$datafile;
查询DBA_DATA_FILES
select tablespace_name,autoextensible,file_name from dba_data_files;
- 为users表空间添加数据文件users03.dbf,大小10mb
alter tablespace users add datafile 'D:\app\Snakewood\oradata\orcl\users03.dbf' size 10m;
- 为users表空间添加数据文件user02.dbf,大小10mb,自动扩展
alter tablespace users add datafile 'D:\app\Snakewood\oradata\orcl\user02.dbf' size 10m autoextend on;
3. 为users表空间添加数据文件users05.dbf,大小10mb,最大值50mb
alter tablespace users add datafile 'D:\app\Snakewood\oradata\orcl\users05.dbf' size 10m autoextend on maxsize 50m;
4. 修改users表空间中的users03.dbf为自动扩展,每次扩展5mb,最大20mb
alter database datafile 'D:\app\Snakewood\oradata\orcl\users03.dbf' autoextend on next 5m maxsize 20m;
- 把数据库改为归档方式
首先,查询数据库当前是否处于归档模式
select name,log_mode from v$database;
关闭数据库,在mount模式中修改数据库为归档模式,重新启动数据库
检查当前数据库的归档模式
6. 将users01.dbf脱机,观察控制文件的变化
脱机前:
脱机后:
alter database backup controlfile to trace as 'C:\Users\Snakewood\Desktop\offline.txt';
脱机(offline)后恢复联机(online):
7. 将users03.dbf更名为users003.dbf,users02移动到e盘(尝试3种方法)
将users03.dbf更名为users003.dbf:
① 只对users03.dbf脱机
先修改文件名为users003.dbf
进行脱机操作
修改控制文件中的记录
重新连接数据库并进行online
② 对表空间脱机
修改文件名为users03.dbf
进行脱机操作
① 只对users003.dbf脱机
修改控制文件中的记录
重新连接数据库
② 对表空间进行脱机操作
将表空间置为脱机状态
移动users003到新文件夹后命名为users203
修改控制文件信息
将表空间联机
边栏推荐
- One question per day 1020 Number of enclaves
- 高斯消元 AcWing 884. 高斯消元解异或線性方程組
- [leetcode] day94 reshape matrix
- MySQL advanced part 2: optimizing SQL steps
- Operator priority, one catch, no doubt
- Daily question 1189 Maximum number of "balloons"
- Navicat連接Oracle數據庫報錯ORA-28547或ORA-03135
- [rust notes] 13 iterator (Part 2)
- FFmpeg build下载(包含old version)
- Winter vacation water test 1 Summary
猜你喜欢
随机推荐
4.Oracle-重做日志文件管理
3.Oracle-控制文件的管理
Leetcode-31: next spread
Alibaba's new member "Lingyang" officially appeared, led by Peng Xinyu, Alibaba's vice president, and assembled a number of core department technical teams
Suppose a bank's ATM machine, which allows users to deposit and withdraw money. Now there is 200 yuan in an account, and both user a and user B have the right to deposit and withdraw money from this a
Real time clock (RTC)
our solution
高斯消元 AcWing 884. 高斯消元解异或线性方程组
阿里新成员「瓴羊」正式亮相,由阿里副总裁朋新宇带队,集结多个核心部门技术团队
MySQL advanced part 2: MySQL architecture
Leetcode stack related
QQ computer version cancels escape character input expression
AE tutorial - path growth animation
[2020]GRAF: Generative Radiance Fields for 3D-Aware Image Synthesis
Nested method, calculation attribute is not applicable, use methods
【LeetCode】Day95-有效的数独&矩阵置零
4. 对象映射 - Mapping.Mapster
阿里巴巴成立企业数智服务公司“瓴羊”,聚焦企业数字化增长
How to set the drop-down arrow in the spinner- How to set dropdown arrow in spinner?
Presentation of attribute value of an item