当前位置:网站首页>Oracle modify default temporary tablespace
Oracle modify default temporary tablespace
2022-04-23 13:41:00 【Wangcai 2】
-- Create a temporary table space
create temporary tablespace wdy_temp
tempfile 'D:\oracle\app\oracle\oradata\XE\wdy_temp.DBF'
size 50m
autoextend on
next 50m maxsize unlimited
extent management local;
-- Modify the default table space to the new temporary table space
alter database default temporary tablespace temp01;
-- View the temporary tablespace currently used by the user
select username,temporary_tablespace from dba_users;
-- Delete the original temporary tablespace
drop tablespace temp including contents and datafiles;
-- Check all tablespace names and confirm whether the temporary tablespace has been deleted
select tablespace_name from dba_tablespaces;
Expand :
-- Add data files to temporary tablespaces
alter tablespace temp01 add tempfile '/oradata/temp02.dbf' size 2G autoextend on;
-- Modify temporary tablespace data file size
alter database tempfile '/oradata/temp02.dbf' resize 4G;
版权声明
本文为[Wangcai 2]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230604300659.html
边栏推荐
- The interviewer dug a hole for me: how many concurrent TCP connections can a single server have?
- TCP 复位gongji原理和实战复现
- Oracle defines self incrementing primary keys through triggers and sequences, and sets a scheduled task to insert a piece of data into the target table every second
- LeetCode_ DFS_ Medium_ 695. Maximum area of the island
- Logstash数据处理服务的输入插件Input常见类型以及基本使用
- “湘见”技术沙龙 | 程序员&CSDN的进阶之路
- Filter and listener of three web components
- The difference between string and character array in C language
- Playwright contrôle l'ouverture de la navigation Google locale et télécharge des fichiers
- Opening: identification of double pointer instrument panel
猜你喜欢
交叉碳市场和 Web3 以实现再生变革
切线空间(tangent space)
Vscode tips
【视频】线性回归中的贝叶斯推断与R语言预测工人工资数据|数据分享
榜样专访 | 孙光浩:高校俱乐部伴我成长并创业
[point cloud series] learning representations and generative models for 3D point clouds
十万大学生都已成为猿粉,你还在等什么?
RTOS mainstream assessment
Tersus notes employee information 516 MySQL query (time period uniqueness judgment of 2 fields)
Xi'an CSDN signed a contract with Xi'an Siyuan University, opening a new chapter in IT talent training
随机推荐
SAP ui5 application development tutorial 72 - trial version of animation effect setting of SAP ui5 page routing
[multi screen interaction] realize dual multi screen display II: startactivity mode
9419 page analysis of the latest first-line Internet Android interview questions
Summary of request and response and their ServletContext
榜样专访 | 孙光浩:高校俱乐部伴我成长并创业
[indicators] precision, recall
[Video] Bayesian inference in linear regression and R language prediction of workers' wage data | data sharing
Oracle generates millisecond timestamps
校园外卖系统 - 「农职邦」微信原生云开发小程序
The interviewer dug a hole for me: how many concurrent TCP connections can a single server have?
Common commands of ADB shell
[point cloud series] summary of papers related to implicit expression of point cloud
Campus takeout system - "nongzhibang" wechat native cloud development applet
TIA博途中基于高速计数器触发中断OB40实现定点加工动作的具体方法示例
联想拯救者Y9000X 2020
[quick platoon] 215 The kth largest element in the array
Machine learning -- model optimization
"Xiangjian" Technology Salon | programmer & CSDN's advanced road
[official announcement] Changsha software talent training base was established!
Filter and listener of three web components